WebSharper 4.2.12
This is a feature release for WebSharper 4.2.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.2.12.237
Templates for Visual Studio 2017: http://websharper.com/installers/WebSharper.4.2.12.237.vsix
Enhancements
- #945 The
System.Decimal
type now can be used as RPC arguments or return value. Using it on the client side still requires theWebSharper.MathJS
package, so it is also needed for remoting.