Skip to content

WebSharper 4.6.2

Compare
Choose a tag to compare
@Jand42 Jand42 released this 15 May 18:59
· 1016 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.2.367

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

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

Fixes

  • #1094 Behavior of Map constructor with sequence parameter matches .NET, keeping last value for keys in multiples.
  • #1098 Fixed translation bug for tupled lambda functions using as alias on parameter.

Improvements

  • #1097 WebSharper-generated resource/script links can be removed, by having setting in web.config/.NET Core configuration with the name of the resource type and empty string value.
  • #1095 QuotationCompiler now recognizes all attributes. This will enable updating WebSharper.Warp to WebSharper 4 and other use cases of dynamic translation from F# interactive.
  • Updated to FSharp.Compiler.Service 35.0.