Breaking change: dotnet nuget verify outputs CRL and OCSP URLs (.NET 10.0.400 SDK)#53563
Open
Breaking change: dotnet nuget verify outputs CRL and OCSP URLs (.NET 10.0.400 SDK)#53563
dotnet nuget verify outputs CRL and OCSP URLs (.NET 10.0.400 SDK)#53563Conversation
3 tasks
…output Agent-Logs-Url: https://github.com/dotnet/docs/sessions/d2e30b07-9f96-469c-911b-110f9c03eb57 Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CRL and OSCP URLs to dotnet nuget verify output
Breaking change: May 5, 2026
dotnet nuget verify outputs CRL and OCSP URLs (.NET 10.0.400 SDK)
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents a .NET 10.0.400 SDK breaking change in dotnet nuget verify so readers know the command now emits CRL and OCSP URLs and automation that parses the output might need updates.
Changes:
- Adds a new breaking-change article for the
dotnet nuget verifyoutput change. - Adds the new article to the .NET 10 compatibility index and compatibility TOC.
- Updates the
dotnet nuget verifycommand doc to mention the new output and extend the verbosity table.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/core/tools/dotnet-nuget-verify.md |
Updates the command reference to mention CRL/OCSP output and adds verbosity-table rows. |
docs/core/compatibility/toc.yml |
Adds the new breaking-change article to the compatibility TOC under SDK and MSBuild. |
docs/core/compatibility/sdk/10.0/dotnet-nuget-verify-crl-ocsp-urls.md |
Adds the new breaking-change article with previous/new behavior, reason, and recommended action. |
docs/core/compatibility/10.md |
Adds the breaking-change entry to the .NET 10 compatibility index. |
gewarren
approved these changes
May 5, 2026
…dd Timestamp cert rows to verbosity table Agent-Logs-Url: https://github.com/dotnet/docs/sessions/7255bc3d-b486-49d5-b541-6ace8d18b209 Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
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.
Documents the behavioral breaking change where
dotnet nuget verifynow emits CRL and OCSP URLs for each certificate in the signature chain. Users parsing this output in automation must update their logic—CRL URLis no longer a unique key per certificate block.Changes
docs/core/compatibility/sdk/10.0/dotnet-nuget-verify-crl-ocsp-urls.md— covers previous/new behavior with diff example, reason (user request for URL visibility), and recommended action for automation consumersdocs/core/compatibility/10.md— adds entry to SDK and MSBuild breaking changes tabledocs/core/compatibility/toc.yml— adds TOC entry under SDK 10.0docs/core/tools/dotnet-nuget-verify.md— notes the new output in the description and addsCRL URL/OCSP URLrows to the verbosity table (shown atminimaland above)New output (normal verbosity, .NET 10.0.400+)
Internal previews