You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
how to create an app with Entra Id auth
api starter code (controller or minimal api)
separation of client-side code in the client app. there are components in both server and client app
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.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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:
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.
The text was updated successfully, but these errors were encountered: