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

Switch the ASP.NET Core hosted template to use app.UseBlazor<Client.Startup>() #15577

Closed
danroth27 opened this issue Sep 24, 2018 · 1 comment
Assignees
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@danroth27
Copy link
Member

Currently the ASP.NET Core hosted template points to the Program class in the Client project. For consistency with server-side Blazor we should switch it to point to the Startup class: app.UseBlazor<Client.Startup>().

@SteveSandersonMS
Copy link
Member

Done in dotnet/blazor#1476.

SteveSandersonMS referenced this issue in dotnet/blazor Sep 24, 2018
SteveSandersonMS referenced this issue in SteveSandersonMS/BlazorMigration Nov 27, 2018
@mkArtakMSFT mkArtakMSFT transferred this issue from dotnet/blazor Oct 27, 2019
@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Oct 27, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

3 participants