Skip to content

WebSharper 4.6.5

Compare
Choose a tag to compare
@Jand42 Jand42 released this 13 Jun 14:50
· 997 commits to master since this release

This is a minor release for WebSharper 4.6.

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

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

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

Fixes

Improvements

  • #1104 Optimize partial tail recursion for F#. When a recursive call is not always in tail position, still optimize for if any tail calls are used.