Skip to content

WebSharper 4.5.19

Compare
Choose a tag to compare
@Jand42 Jand42 released this 02 Oct 15:31
· 1259 commits to master since this release

This is a minor release for WebSharper 4.5.

Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.19.332

Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.19.332.vsix

This release updates to a new version of FSharp.Compiler.Service. For optimal compilation speed, run the packages\WebSharper.FSharp.4.5.19.349\tools\runngen.ps1 script in administrator mode once.

Improvements

  • #1064 Full support for FSharp.Core 4.7.0 new functions.
  • Updated to FSharp.Compiler.Service 32.0.0, this includes syntax changes coming with F# 4.7, most notably implicit yields in sequence/list/array expressions.