microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
210 stars 7 forks source link

Wrong project template #857

Closed BachiMjavanadze closed 1 week ago

BachiMjavanadze commented 6 months ago

When I choose Blazor Web App template in Visual Studio IDE it creates 2 projects:

image

but when I do it with C# Dev Kit it creates only one project:

image

smitpatel commented 6 months ago

Is it on same machine? Can you check if both of them are using same version of .NET SDK. Can you tell version of VS you are using?

BachiMjavanadze commented 6 months ago

Is it on same machine?

yes.

both of them are using same version of .NET SDK?

yes. i did not install sdk separately, just update .Net to .Net 8 with VS. 'Blazor Web App' template uses .Net 8.

VS version is: 17.8.4. I'm using latest stable versions of all soft and os. I'm on windows 11

github-actions[bot] commented 3 months ago

This issue has been marked as stale after 14 days of inactivity. @[ @ @], could you please take a look?

smitpatel commented 1 week ago

In v1.8.14 you can configure parameters for project to create 2 projects. (interactive render mode parameter)