Skip to content

Conversation

@meaghanlewis
Copy link
Contributor

@meaghanlewis meaghanlewis commented Nov 17, 2025

Summary

This pull request updates the global-json.md documentation to clarify version support and correct feature availability information for the .NET SDK. The most important changes are:

Clarifications on version support:

  • Added a note that versions such as 9, 9.0, or 9.0.x are not supported in the version field.
  • Added an example showing the error message when an invalid version like 9.0 is specified, demonstrating the expected output from dotnet --info.

Corrections to feature availability:

  • Updated the availability notes for the paths and errorMessage keys to indicate they are available since .NET 10 SDK, not just the Preview 3 SDK. [1] [2]

Fixes #47455


Internal previews

📄 File 🔗 Preview link
docs/core/tools/global-json.md global.json overview

@meaghanlewis meaghanlewis marked this pull request as ready for review November 18, 2025 00:08
@meaghanlewis meaghanlewis requested a review from a team as a code owner November 18, 2025 00:08
Copilot AI review requested due to automatic review settings November 18, 2025 00:08
Copilot finished reviewing on behalf of meaghanlewis November 18, 2025 00:10
Copy link
Contributor

Copilot AI left a 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, or 9.0.x are not supported in the version field
  • Updated feature availability notes for paths and errorMessage from ".NET 10 Preview 3 SDK" to ".NET 10 SDK"
  • Added a practical example demonstrating the error message when an invalid version format is used

meaghanlewis and others added 2 commits November 17, 2025 16:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Member

@BillWagner BillWagner left a 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 :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify that global.json version field doesn't support 9.0.x, 9.0.0 or 9.0 values

2 participants