In my research on some of the tutorials on Microsoft Learn, I found that the templates are blazor and blazorwasm. I used "blazor" instead of "blazorserver" and it worked. Thanks
No templates or subcommands found matching: 'blazorserver'
![](https://techprofile.blob.core.windows.net/images/tQuH_oLpXky4jpt1cVeeqw.png?8DC558)
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 net6.0
My Suggestion
My understanding that the Blazor framework provides templates for creating apps in two ways:
- Blazor Web App project template:
blazor
- Blazor WebAssembly Standalone app project template:
blazorwasm
Based on this information, my suggested command for modifing the content of this training is below:
dotnet new blazor -o BlazzingPizzaSite -f net8.0
This question is related to the following Learning Module
2 answers
Sort by: Most helpful
-
-
Pradeep M 5,680 Reputation points Microsoft Vendor
2024-06-28T10:42:13.14+00:00 Hi FRED,
Thank you for reaching out to Microsoft Q & A forum.
Where am I seeing this?
Learning Path: Build web apps with Blazor
Module: Interact with data in Blazor web apps
Unit 3: Create a user interface with Blazor components
Thank you for your understanding.
Following our communication with the content author, they've assured us that the Learn paths will be revised and updated in the upcoming major update, which is imminent.
We believe this information is helpful to you! If so, please acknowledge it by clicking "Accept Answer" and "Upvote" on the post.