Skip to content

Align Blazor WebAssembly template content with the Blazor Web App template #50195

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
danroth27 opened this issue Aug 19, 2023 · 0 comments · Fixed by #50554
Closed

Align Blazor WebAssembly template content with the Blazor Web App template #50195

danroth27 opened this issue Aug 19, 2023 · 0 comments · Fixed by #50554
Assignees
Labels
area-blazor Includes: Blazor, Razor Components enhancement This issue represents an ask for new feature or an enhancement to an existing one
Milestone

Comments

@danroth27
Copy link
Member

In #49801 we made a significant number of updates to the structure of the Blazor Web App template. We should make the same updates to the Blazor WebAssembly template for consistency. Specifically:

  • New Components folder
  • Cleaned up names and content for the Home, Counter, and Weather pages
  • New Include sample pages option (and remove the Blazor WebAssembly Empty template)
@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Aug 19, 2023
@danroth27 danroth27 added this to the 8.0-rc2 milestone Aug 19, 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
@danroth27 danroth27 added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Oct 4, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 4, 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 enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants