-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Empty Blazor Server Project Template #42079
Empty Blazor Server Project Template #42079
Conversation
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Show resolved
Hide resolved
src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/_Imports.razor
Outdated
Show resolved
Hide resolved
...ojectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/wwwroot/css/site.css
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/ide.host.json
Outdated
Show resolved
Hide resolved
src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/Program.Main.cs
Outdated
Show resolved
Hide resolved
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 |
...ojectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/wwwroot/css/site.css
Outdated
Show resolved
Hide resolved
…erverWeb-CSharp/wwwroot/css/site.css Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
...plates/content/EmptyBlazorServerWeb-CSharp/.template.config/localize/templatestrings.cs.json
Show resolved
Hide resolved
...plates/content/EmptyBlazorServerWeb-CSharp/.template.config/localize/templatestrings.cs.json
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/Program.cs
Outdated
Show resolved
Hide resolved
…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
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.
One last comment. Other than that, this looks great and ready for merging 😄
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 awesome, 🚢 it! 🎉
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/ide.host.json
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/ide.host.json
Outdated
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Show resolved
Hide resolved
...ates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Outdated
Show resolved
Hide resolved
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.
Thanks!
🎉 👏 🥇 |
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