dotnet / website-feedback

This repo is for dot.net feedback including get started tutorial issues from the site.
MIT License
0 stars 1 forks source link

Change CLI argument in docs from blazor to blazorserver #32

Closed cashewna closed 8 months ago

cashewna commented 11 months ago

Problem encountered on https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/create Operating System: macos

In the documentation, it tells us to create a new app using the command dotnet new blazor -o BlazorApp when it should be dotnet new blazorserver -o BlazorApp as blazor is not a template.

mairaw commented 8 months ago

There are new templates in .NET 8 including blazor

image

Make sure you have .NET 8 SDK before running that command. Let us know if that works!

github-actions[bot] commented 8 months ago

This issue is stale because there has been no response to a request for more information for 7 days.

github-actions[bot] commented 8 months ago

This issue was closed because there was no response to a request for more information for 10 days.