Skip to content

Update to System.CommandLine 2.0.0#959

Merged
dtivel merged 1 commit intomainfrom
dtivel/system.commandline
Dec 3, 2025
Merged

Update to System.CommandLine 2.0.0#959
dtivel merged 1 commit intomainfrom
dtivel/system.commandline

Conversation

@dtivel
Copy link
Collaborator

@dtivel dtivel commented Nov 28, 2025

Resolve #958

There were many breaking changes between System.CommandLine 2.0.0-beta4.22272.1 and 2.0.0. These changes:

  • Update to use System.CommandLine 2.0.0 API's.
  • System.CommandLine used to support Uri options, but 2.0.0 does not. Add a custom URL parser for the Azure Key Vault URL option to ensure that only absolute HTTPS URL's are accepted.
  • Fix a subtle bug that may have prevented exit codes from propagating correctly. See SetAction overloads should have Task options without CancellationToken command-line-api#2562 for details.
  • Disable test parallelization on SigningTestsCollection to fix test failures.
  • Make minor formatting and style changes.

@dtivel dtivel requested a review from a team as a code owner November 28, 2025 18:06
@dtivel dtivel force-pushed the dtivel/system.commandline branch from ce8a206 to ecf9d19 Compare December 2, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to System.CommandLine 2.0.0

3 participants