github dotnet/blazor 0.8.0

pre-release5 years ago

We are pleased to announce the release of Blazor 0.8.0.

Please note that this is an alpha quality release and is not suitable for production applications.

Known issues

  • "It was not possible to find any compatible framework version. The specified framework 'Microsoft.NETCore.App', version '2.0.0' was not found.": You may see this error when building a Blazor app because the IL linker currently requires .NET Core 2.x to run. To work around this issue, either install .NET Core 2.2 or disable IL linking by setting the false property in your project file.
  • "Unable to generate deps.json, it may have been already generated.": You may see this error when running a standalone Blazor app and you haven't yet restored packages for any .NET Core apps. To workaround this issue create any .NET Core app (ex dotnet new console) and then rerun the Blazor app.

Don't miss a new blazor release

NewReleases is sending notifications on new releases.