Empty Blazor Server Project Template#42079
Conversation
|
Does anyone know if we need to do something special for VS4Mac to pickup this new template? @mrward? |
|
Some questions:
|
|
@TanayParikh - VS Mac will need a change to show this project template. Will this only be in the .NET 7 SDK templates and not backported to the .NET 6 SDK? |
That's correct. Note, we'll also be adding another empty Blazor WASM template in addition to this empty Blazor Server template. |
From my understanding the current changeset should be sufficient. @cerasamson verified this new template shows up with
We'll need to update/add the test for coverage in this area (at the very least update the test which validates the appropriate files show up with |
…erverWeb-CSharp/wwwroot/css/site.css Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
…erverWeb-CSharp/Program.cs Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
…samson/aspnetcore into t-samsoncera/empty_template
TanayParikh
left a comment
There was a problem hiding this comment.
One last comment. Other than that, this looks great and ready for merging 😄
TanayParikh
left a comment
There was a problem hiding this comment.
Looks awesome, 🚢 it! 🎉
|
🎉 👏 🥇 |

Empty Blazor Server Project Template
Created an empty Blazor server template from the existing one. All contents in the Data folder were removed, along with additional HTML/CSS formatting. Authentication is removed entirely.
Screenshot of template:
Fixes #32832