This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
0.9.0
Pre-release
Pre-release
We are pleased to announce the release of Blazor 0.9.0. Blazor
Please note that this is an alpha quality release and is not suitable for production applications.
Known issues
- "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.