Bolero 0.5 released for Blazor 3.0-preview

Loic Denuziere

Loic Denuziere

May 30, 2019

Reading time:

1 mins

Share via:

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

Blazor 3.0-preview

Blazor 3.0

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.

dotnet template

We have also made changes to the dotnet project template. It now uses plain NuGet PackageReferences instead of Paket. You can still create a Paket-based solution by passing the --paket toggle:

dotnet new bolero-app --paket -o HelloWorld

Other changes

  • Removed a use of a ThreadLocal variable in Remote.withContext.

Happy coding!

Read more from

Can’t find what you were looking for? Drop us a line.

Loic Denuziere
Found a typo?

This blog post is hosted on GitHub here. Feel free to file a ticket or send a PR.

Newsletter

We will not spam you or give your details to anyone.