Skip to content

Bump the tests group with 3 updates#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Tests/tests-9fa1042167
Open

Bump the tests group with 3 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Tests/tests-9fa1042167

Conversation

@dependabot

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

Copy link
Copy Markdown

Updated coverlet.collector from 6.0.4 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.6.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.4 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

Commits viewable in compare view.

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 coverlet.collector from 6.0.4 to 10.0.1
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.6.0
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: tests
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies 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