WebSharper 4.2.1-beta
Pre-release
Pre-release
Jand42
released this
13 Feb 14:39
·
1354 commits
to master
since this release
This is a bugfix release for WebSharper 4.2-beta.
Notice
Currently having the .NET 4.7.1
runtime installed is required to run the WebSharper compilers. We are exploring to run on only .NET 4.6.1
, this is planned for stable 4.2
release.
Fixes
- #908
.pdb
files are modified correctly when WebSharper writes resources to a.dll
, restoring the ability to debug with breakpoints which was broken in4.2.0-beta
. - #907 The custom JSON de/serialization methods are now available in
WebSharper.TypedJson
when using C#. (Previously there were multipleWebSharper.Json
classes, causing an unresolveable ambiguity.) No breaking changes in F# code.
Templates
- dotnet-websharper/templates#10 .NET Core SPA templates write js/css output to the correct directory (
wwwroot/Content
). .vsix
is now targeting only Visual Studio 2017, as WebSharper 4.2 relies on FSharp.Core 4.1 which is not supported in VS2015.- Visual Studio templates correctly have minimum framework requirement of
.NET 4.6.1