This repository serves as the central hub for templates to create bug reports for the Blazorise library.
Each template is tailored to one of the Blazorise providers:
If this template doesn’t fully meet your needs or if you’re using a different .NET version, consider generating a new project with the Blazorise template.
Example command:
dotnet new blazorise -n MyBugReport -p Bootstrap5 -bh WebAssembly -ut true -f net7.0
This will create a WebAssembly app using the Bootstrap5 provider for .NET 7.
Note: Ensure the Blazorise templates are installed first:
dotnet new install Blazorise.Templates
For detailed instructions, refer to the Blazorise documentation.