WebSharper 4.2.10
This is a bugfix release for WebSharper 4.2. See the associated WebSharper.UI release.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.2.10.234
Templates for Visual Studio 2017: http://websharper.com/installers/WebSharper.4.2.10.234.vsix
Improvements
- #943 New option for
DownloadResources
:WarnOnly
.true
tries to download resources, and throws an error if it fails.WarnOnly
tries to download resources, and shows a warning if it fails.false
does not download resources.
Fixes
- #940 Inferred sitelet: "GET /" union case prevents other cases from being parsed