Skip to content
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

Bring back the old Blazor Templates #57008

Closed
1 task done
bancroftway opened this issue Jul 25, 2024 · 3 comments
Closed
1 task done

Bring back the old Blazor Templates #57008

bancroftway opened this issue Jul 25, 2024 · 3 comments
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@bancroftway
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I have been working with Blazor for a while, but I am confounded at the lack of templates in .Net8/9, that used to exist earlier. For example, I have been trying to create an ASP.Net Core hosted Webassembly app with EntraID authentication. This has proven to be so much more difficult. The only recourse appears to be to start with .Net 7 template, and then upgrade it to .Net 8.

The current "Blazor Web App" template is extremely confusing...There is a wwwroot folder both in the server and client applications. And the weather page has hard-coded data in it. So basically, there is no guidance on:

  1. how to create an app with Entra Id auth
  2. api starter code (controller or minimal api)
  3. separation of client-side code in the client app. there are components in both server and client app

image

Describe the solution you'd like

Please help by either providing a clear, concise example or better yet, fix the "Blazor Web App" which is currently unusable.

Additional context

Need to bring back Blazor templates that previously existing in .Net 7.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-blazor Includes: Blazor, Razor Components label Jul 25, 2024
@javiercn javiercn added this to the .NET 10 Planning milestone Jul 26, 2024
@Jimmys20
Copy link

I would like to see the 'ASP.NET Core Hosted' option return to the Blazor WebAssembly Standalone App template.

@knight1219
Copy link

+1.

Having to go to a .NET 7 version then upgrade everything to 8 then 9 is... frustrating.

@javiercn
Copy link
Member

We are going to be using #59887 to track any improvements on this area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

4 participants