Skip to content

WebSharper 4.6.4

Compare
Choose a tag to compare
@Jand42 Jand42 released this 07 Jun 21:16
· 1004 commits to master since this release

This is a dependency update release for WebSharper 4.6.

Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.6.4.373

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

Fixes

  • #1103 Fix code support for WebSharper projects in Visual Studio Code by turning compiler switch and extra flags off for design-time builds.

Enhancements

  • #1102 Using <NoWarn>$(NoWarn);9002</NoWarn> on a project now hides all warnings by WebSharper.

Breaking changes

  • #1055 updated .NET Core compilers to run on netcoreapp3.1. A netcoreapp3.1 runtime installed is needed instead of netcoreapp2.0.