Can run the CLI
As I entered this cli: dotnet new blazorserver -o BlazingPizzaSite here's the error: No templates or subcommands found matching: 'blazorserver' To list installed templates similar to 'blazorserver', run: dotnet new list blazorserver To search for the…
Dropdown OnChange Event Not Triggering Server Calls After Migrating from Blazor Server to WebAssembly (.NET 6 to .NET 8
I upgraded the application from blazor server .NET 6 to blazor web assembly .NET 8 with that update the blazorise version also and Server application is also upgrade to ASP.NET Core 8 application with API integration is loading proper on all page but ,…
How to specify training to use Visual Studio instead of command line
I have been going through the Blazor training path and had specified using Visual Studio. Now, it has switched to using command line instead. How can I switch it back to showing the directions using Visual Studio.
I don't understand why I am this error:'Pizza' does not contain a definition for 'Toppings' and no accessible extension method 'Toppings' accepting a first argument of type 'Pizza' could be found (are you missing a using directive or an assembly reference
I am following the Microsoft learn doc and am simply copy and pasting https://learn.microsoft.com/en-us/training/modules/use-pages-routing-layouts-control-blazor-navigation/3-exercise-change-navigation-blazor-using-page-directive It generates an error…
emoji symbol in the code
Refer to the code, having problem to compile using .Net6 as the trg was based on .Net 6. https://learn.microsoft.com/en-us/training/modules/blazor-build-rich-interactive-components/7-exercise-reuse-components-creating-templates However, the below code…
Dotnet pack -c debug
In this tutorial, https://learn.microsoft.com/en-gb/training/modules/blazor-build-reusable-components/5-nuget-package there is the instruction to run 'dotnet pack' but this does not create the the file at My.FirstClassLibrary.0.1.0.nupkg to your…
Missing css style for spinner-grow
At the Blazor Traninig exercise i noticed that the progress red ball was not working. https://learn.microsoft.com/en-gb/training/modules/blazor-build-rich-interactive-components/3-exercise-use-javascript-libraries-blazor-apps I add to include this CSS at…
Build web apps with Blazor Tutorial
First I may not have had to ask this question if there was a sufficient search feature other than the limited Tags and if a question has an answer checkbox. Exercise - Reuse components by creating a template Adding: [Parameter, EditorRequired] public…
No templates or subcommands found matching: 'blazorserver'
Question Under "Create Blazor components" Section There is a dotnet command for creating a Blazor app by using the blazorserver template in CLI, it doesn't work anymore. The command is below: dotnet new blazorserver -o BlazingPizzaSite -f…