0
comment
on 5/30/2019 12:18 AM

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:

1
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:

1
dotnet new bolero-app --paket -o HelloWorld

Other changes

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

Happy coding!

.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper