-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Remove Blazor Server template #48615
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
Remove Blazor Server template #48615
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@SteveSandersonMS @danroth27 any thoughts before we merge?
We should coordinate this removal with lighting up the equivalent option using full stack Blazor.
Looks great to me too. As for shipping this change in preview 6, where are we currently with the universal Blazor web template? Is that already sufficient to replace the Blazor Server template? Will people be able to File->New and pick some options in the wizard, then F5 to run without having to make various code edits to get Blazor Server-type functionality? I think we would not want to have a preview release in which there isn't an easy way to create a Blazor Server project, as that's core to the product experience and the ability to try out preview features. As long as the universal template has already reached the stage that it's trivial to get a classic Blazor Server project out of it, then I think we're good. But if not then it might be premature to actually remove the old template from the SDK.
Update: Yes, looks like that sentence was added afterwards, and confirms we're thinking on the same lines. |
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
The blazorserver and blazorserver-empty templates have been removed from Preview 6. Upstream PR: dotnet/aspnetcore#48615. Update tests to work correctly against that.
The blazorserver and blazorserver-empty templates have been removed from Preview 6. Upstream PR: dotnet/aspnetcore#48615. Update tests to work correctly against that.
The blazorserver and blazorserver-empty templates have been removed from Preview 6. Upstream PR: dotnet/aspnetcore#48615. Update tests to work correctly against that.
Remove Blazor Server template
Part of #48341