Skip to content

Bump the system group with 1 update#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/md/system-d4011c5d5b
Open

Bump the system group with 1 update#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/md/system-d4011c5d5b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown

Updated System.CommandLine from 2.0.0-rc.2.25502.107 to 2.0.9.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps System.CommandLine from 2.0.0-rc.2.25502.107 to 2.0.9

---
updated-dependencies:
- dependency-name: System.CommandLine
  dependency-version: 2.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: system
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies .NET Pull requests that update .NET code labels Jun 9, 2026
@kzu

kzu commented Jun 9, 2026

Copy link
Copy Markdown
Member

8 failed 60 passed 8 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ Tests.BinlogReaderTests.When_build_fails_then_reads_exact_error_line
Assert.Equal() Failure: Strings differ(pos 0)
Expected: "Broken"
Actual:   "C:\\Users\\danie\\AppData\\Local\\Temp\\md-brok"···
           ↑ (pos 0)
   at Tests.BinlogReaderTests.When_build_fails_then_reads_exact_error_line() in /home/runner/work/md/md/src/Tests/BinlogReaderTests.cs:line 33
❌ Tests.BinlogReaderTests.When_build_succeeds_then_reads_exact_target_outputs
Assert.Equal() Failure: Collections differ(pos 0)
Expected: <generated> ["md.dll"]
Actual:   string[]    ["C:\\Code\\md\\src\\md\\bin\\Debug\\net10.0\\md.dll"](pos 0)
   at Tests.BinlogReaderTests.When_build_succeeds_then_reads_exact_target_outputs() in /home/runner/work/md/md/src/Tests/BinlogReaderTests.cs:line 16
❌ Tests.CliIntegrationTests.When_build_no_build_then_emits_markdown_success
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_build_no_build_then_emits_markdown_success() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 47
❌ Tests.CliIntegrationTests.When_build_version_then_forwards_to_dotnet
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_build_version_then_forwards_to_dotnet() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 25
❌ Tests.CliIntegrationTests.When_root_version_then_prints_tool_version
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_root_version_then_prints_tool_version() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 16
❌ Tests.CliIntegrationTests.When_test_help_case_insensitive_then_passthrough
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_test_help_case_insensitive_then_passthrough() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 35
❌ Tests.CliIntegrationTests.When_test_no_build_then_emits_markdown_counts
md executable not found at /home/runner/work/md/md/src/md/bin/Debug/net10.0/md.exe; run dotnet build first.
   at Tests.CliIntegrationTests.RunMdAsync(String[[]] args) in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 89
   at Tests.CliIntegrationTests.When_test_no_build_then_emits_markdown_counts() in /home/runner/work/md/md/src/Tests/CliIntegrationTests.cs:line 57
❌ Tests.TrxReaderTests.When_trx_has_results_then_reads_exact_counts_and_failure_details
Assert.Equal() Failure: Strings differ(pos 0)
Expected: "MyCompany.MyApp.Tests.dll"
Actual:   "c:\\agent\\_work\\1\\s\\bin\\MyCompany.MyApp.Te"···
           ↑ (pos 0)
   at Tests.TrxReaderTests.When_trx_has_results_then_reads_exact_counts_and_failure_details() in /home/runner/work/md/md/src/Tests/TrxReaderTests.cs:line 15

from retest v1.1.0 on .NET 10.0.9 with 💜 by @devlooped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant