Remove net11.0 framework choice descriptions from BlazorWebWorker template#66261
Open
akoeplinger wants to merge 1 commit intomainfrom
Open
Remove net11.0 framework choice descriptions from BlazorWebWorker template#66261akoeplinger wants to merge 1 commit intomainfrom
akoeplinger wants to merge 1 commit intomainfrom
Conversation
…plate Similar to #65149. Also remve the unused root templatestrings.json
Contributor
There was a problem hiding this comment.
Pull request overview
Removes obsolete net11.0 framework choice description strings from the BlazorWebWorker template’s localization resources and template configuration, and deletes an unused root templatestrings.json.
Changes:
- Removed
symbols/Framework/choices/net11.0/descriptionentries from localizedtemplatestrings.*.jsonfiles for BlazorWebWorker. - Removed the
descriptionfield from thenet11.0framework choice intemplate.json(keeping the choice itself intact). - Deleted the unused
.template.config/templatestrings.jsonfile.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/templatestrings.json | Removed unused root template strings file. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/template.json | Removed net11.0 choice description (kept choice structure). |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.cs.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.de.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.en.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.es.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.fr.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.it.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.ja.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.ko.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.pl.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.pt-BR.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.ru.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.tr.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.zh-Hans.json | Removed localized net11.0 choice description key. |
| src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWebWorker-CSharp/.template.config/localize/templatestrings.zh-Hant.json | Removed localized net11.0 choice description key. |
This was referenced Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to #65149. Also remve the unused root templatestrings.json