Template icon indicating copy to clipboard operation
Template copied to clipboard

dotnet cli template to create Bolero applications

Results 5 Template issues
Sort by recently updated
recently updated
newest added

The tests for the project template currently checks that all combinations of options *build* properly. We should add Selenium tests to also check that they (or at least some of...

enhancement

From .NET 6.0, **Ahead-of-time (AOT) compilation** is supported. >Blazor WebAssembly supports ahead-of-time (AOT) compilation, where you can compile your .NET code directly into WebAssembly. AOT compilation results in runtime performance...

enhancement

The template for Bolero 0.5 uses NuGet by default, but still supports Paket through the `--paket` option. (https://forums.websharper.com/blog/86911) The `--paket` option is not yet documented in this repo's README.md The...

The conditions where the other options do or don't have an effect are getting confusing, I think it would be better have two templates: `bolero-app` based on minimal=true and `bolero-sample`...

enhancement