The dotnet cli has template support to generate projects. But visual studio has its own template project system and does not use the dotnet templates, but rather its own. There is overlap but they don’t need to match.
Blazor isn't listed in Visual Studio Community 2022
FabioM
0
Reputation points
Hello
I'm trying to start a new Blazor WebAssembly App in Visual studio 2022 but it isn't listed there.
I did run dotnet new --list in the command line and it shows both Blazor WebAssembly App and Blazor Server App listed so I'm not sure why it isn't available from the New Project list in VS.
I installed .NET SDK 8.0 and also most of ASP.NET and Web Development tools but still not listed.
Is there anything I might be missing to have it listed? I know I can run a new template install for Blazor via CLI but I don't want to do that, it's preferable to choose he project within VS
Developer technologies | .NET | Blazor
1,674 questions
1 answer
Sort by: Most helpful
-
Bruce (SqlWork.com) 78,086 Reputation points Volunteer Moderator
2025-01-19T17:27:54.2066667+00:00