Skip to content

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
@dtivel dtivel force-pushed the dtivel/system.commandline branch from ecf9d19 to aef82dd Compare December 3, 2025 19:31
@dtivel dtivel merged commit c940e04 into main Dec 3, 2025
3 checks passed
@dtivel dtivel deleted the dtivel/system.commandline branch December 3, 2025 19:42
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

4 participants