Bump System.CommandLine from 2.0.5 to 2.0.7#9
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
birdnamoo
added a commit
that referenced
this pull request
Apr 27, 2026
The existing nuget-publish.yml only runs on Directory.Build.props changes, which means routine pushes and Dependabot PRs received no build verification. This adds a dedicated CI workflow that: - Runs on push to main and PRs targeting main - Skips release commits (Directory.Build.props) to avoid double-trigger with the publish workflow, which runs the same pipeline before pack/push - Skips docs-only changes (markdown, docs/, claudedocs/, etc.) - Restores, scans for vulnerable transitive packages, builds Release, runs tests - 15-minute timeout and per-ref concurrency cancellation to keep runner usage bounded This unblocks safe automatic verification of the currently-open Dependabot PRs (#2-#9) once they are rebased or refreshed.
Contributor
사전 분석Type: Patch ( Risk: 🟢 Low. CLI library patch. We use only stable surface ( Verification status: Predates Recommended sequence: Same as #5 — hold for 0.6.1, then merge → 0.6.2. |
Contributor
|
@dependabot rebase |
e807287 to
5d8ef71
Compare
Contributor
|
@dependabot rebase |
--- updated-dependencies: - dependency-name: System.CommandLine dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
5d8ef71 to
05e7683
Compare
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.
Updated System.CommandLine from 2.0.5 to 2.0.7.
Release notes
Sourced from System.CommandLine's releases.
No release notes found for this version range.
Commits viewable in compare view.