Add breaking change documentation for NUGET_ENABLE_ENHANCED_HTTP_RETRY removal #46927
+41
−0
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.
This PR adds breaking change documentation for the removal of the
NUGET_ENABLE_ENHANCED_HTTP_RETRY
environment variable in .NET 10 Preview 6.Changes
docs/core/compatibility/sdk/10.0/nuget-enhanced-http-retry-removed.md
- Complete breaking change documentation following the standard templatedocs/core/compatibility/toc.yml
- Added entry in SDK and MSBuild sectiondocs/core/compatibility/10.0.md
- Added table entry with proper categorizationBreaking Change Details
The
NUGET_ENABLE_ENHANCED_HTTP_RETRY
environment variable no longer has any effect starting in .NET 10 Preview 6. Previously, this environment variable could be set tofalse
to disable exponential retry back-off for failed HTTP calls in NuGet operations and revert to a fixed 200ms delay.Type: Behavioral change
Impact: The environment variable is now ignored; NuGet always uses exponential retry
Action Required: None - exponential retry provides better resilience
The documentation follows the standard breaking change template and provides clear guidance on the previous behavior, new behavior, rationale, and recommended actions for users.
Fixes #46537.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews