We are happy to announce the release of Bolero version 0.5. Bolero is a library that enables writing full-stack applications in F#, whose client side runs in WebAssembly using Blazor.
Install the latest project template with:
dotnet new -i Bolero.Templates
Bolero has been upgraded to be based on the Blazor 3.0 preview. This means that it now requires .NET Core 3.0-preview5, which you can install here.
If you have an existing Bolero 0.4 project, you can check the upgrade guide to learn how to update your project for Bolero 0.5.
We have also made changes to the dotnet project template. It now uses plain NuGet PackageReference
s instead of Paket. You can still create a Paket-based solution by passing the --paket
toggle:
dotnet new bolero-app --paket -o HelloWorld
ThreadLocal
variable in Remote.withContext
.Happy coding!
Can’t find what you were looking for? Drop us a line.