WebSharper 4.2.5
This is a bugfix release for WebSharper 4.2 (core libraries and compiler only).
Templates for Visual Studio 2017: http://websharper.com/installers/WebSharper.4.2.5.223.vsix
Fixes
- #924 ASP.NET Core sites using .NET types that are proxied by WebSharper dlls that are not used directly (for example events,
Linq
extensions, someSystem.Collections.Generic
and F# collections) are now correctly including the links to the.js
files that are declaring those types. - #923 F# functions with generic measures (having a parameter with type
MyType<'T>
whereMyType
is defined withMyType<[<Measure>] 'T>
) compiles and works in client code without errors.