-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Clarify global.json version support #49941
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
base: main
Are you sure you want to change the base?
Clarify global.json version support #49941
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.
Pull Request Overview
This pull request clarifies version support requirements and corrects feature availability information in the global.json documentation. The changes help users understand the specific version format requirements and reflect that certain features are now generally available rather than preview-only.
- Added explicit guidance that version numbers like
9,9.0, or9.0.xare not supported in theversionfield - Updated feature availability notes for
pathsanderrorMessagefrom ".NET 10 Preview 3 SDK" to ".NET 10 SDK" - Added a practical example demonstrating the error message when an invalid version format is used
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BillWagner
left a comment
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.
This LGTM @meaghanlewis
Let's ![]()
Summary
This pull request updates the
global-json.mddocumentation to clarify version support and correct feature availability information for the .NET SDK. The most important changes are:Clarifications on version support:
9,9.0, or9.0.xare not supported in theversionfield.9.0is specified, demonstrating the expected output fromdotnet --info.Corrections to feature availability:
pathsanderrorMessagekeys to indicate they are available since .NET 10 SDK, not just the Preview 3 SDK. [1] [2]Fixes #47455
Internal previews