Skip to content

Rename Blazor WebAssembly project to Blazor WebAssembly Standalone #50292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mkArtakMSFT opened this issue Aug 23, 2023 · 0 comments · Fixed by #50554
Closed

Rename Blazor WebAssembly project to Blazor WebAssembly Standalone #50292

mkArtakMSFT opened this issue Aug 23, 2023 · 0 comments · Fixed by #50554
Assignees
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug.
Milestone

Comments

@mkArtakMSFT
Copy link
Contributor

This will help with reducing the confusion between Blazor Web and Blazor WebAssembly

@mkArtakMSFT mkArtakMSFT added bug This issue describes a behavior which is not expected - a bug. area-blazor Includes: Blazor, Razor Components labels Aug 23, 2023
@mkArtakMSFT mkArtakMSFT added this to the 8.0-rc2 milestone Aug 23, 2023
mkArtakMSFT pushed a commit that referenced this issue Sep 11, 2023
# Update Blazor WebAssembly template

Renamed from "Blazor WebAssembly App" to "Blazor WebAssembly Standalone App"
and added "Include sample pages" option to ide (checked by default) as well as "--empty" option for creating empty template "dotnet new blazorwasm --empty"

![blazorwasmstandalone](https://github.com/dotnet/aspnetcore/assets/114938397/50a3a1b5-6243-4463-b364-33e85218ebdf)

Empty template without auth files:
![emptyprojectstructure](https://github.com/dotnet/aspnetcore/assets/114938397/7efd080e-63ca-48de-88e9-c8524f1fe4df)

Looks like this:

![emptylook](https://github.com/dotnet/aspnetcore/assets/114938397/b7531e84-526f-45a2-97bf-7acff8905407)

Empty template with auth files:

![emptyplusauthstruncture](https://github.com/dotnet/aspnetcore/assets/114938397/9b88eda1-d40f-4d38-8c90-293f36103382)

Looks like this:

![emptyplusauthlook](https://github.com/dotnet/aspnetcore/assets/114938397/cf1054b6-6560-43d5-a056-dc6c01e756a6)


Fixes #50195
Fixes #50292
@ghost ghost locked as resolved and limited conversation to collaborators Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants