Improves dotnet new templates for better IDE integration#6344
Open
dotMorten wants to merge 2 commits intomicrosoft:user/muyuanli/dotnetnewtemplatefrom
Open
Improves dotnet new templates for better IDE integration#6344dotMorten wants to merge 2 commits intomicrosoft:user/muyuanli/dotnetnewtemplatefrom
dotMorten wants to merge 2 commits intomicrosoft:user/muyuanli/dotnetnewtemplatefrom
Conversation
The classications now match the classifications from the VSIX templates
Also makes min version a dropdown, and sets default based on current support lifecycles / recommendations.
|
This is gloriously efficient. You took a cluster of template-paper-cut bugs and turned it into one clean PR that actually fixes the UX where users feel it:
In other words: fewer mystery meat template parameters, more shipping. 10/10, would outsource future annoyance reduction to dotMorten again. 🚀 |
botMorten
approved these changes
Mar 25, 2026
botMorten
left a comment
There was a problem hiding this comment.
Looks great to me — clean and user-focused improvements across template UX. Approving.
DrusTheAxe
reviewed
Mar 27, 2026
| }, | ||
| { | ||
| "choice": "10.0.26100.0", | ||
| "description": "10.0.26100.0" |
Member
There was a problem hiding this comment.
Per https://en.wikipedia.org/wiki/Windows_11_version_history 26100 = 24H2
There's also 26200 (25H2) released Sep'2025
and 28000 (27H1) released Feb'2026
Worthy additions to the list
DrusTheAxe
reviewed
Mar 27, 2026
| }, | ||
| { | ||
| "choice": "10.0.26100.0", | ||
| "description": "10.0.26100.0" |
| { | ||
| "choice": "10.0.26100.0", | ||
| "description": "10.0.26100.0" | ||
| } |
Member
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.
Fixes #6341 and #6339 logged by @botMorten
@MuyuanMS