Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Updated JunitXml.TestLogger from 5.0.0 to 7.0.2.

Release notes

Sourced from JunitXml.TestLogger's releases.

7.0.2

7.0.2 (2025-10-08)

Bug Fixes

7.0.1

7.0.1 (2025-10-04)

Bug Fixes

7.0.0

7.0.0 (2025-09-22)

⚠ BREAKING CHANGES

  • MTP integration for spekt loggers

Features

  • add support for Microsoft.Testing.Platform (#​172) (b6d9a23)
  • MTP integration for spekt loggers (30f586b)

Bug Fixes

  • escape suite-level system-out and system-err messages in JUnit logger (#​187) (d8707e9)
  • sanitize out and err text in loggers (#​188) (d9f8347)

6.1.0

6.1.0 (2025-03-15)

Features

  • [JUnit] Allow console output to be stored for either/both/none of testsuite and testcase (#​164) (#​165) (fc15f84)
  • [All] move to netstandard2.0 for full framework support (#​168) (84266a6)

6.0.0

6.0.0 (2025-02-13)

⚠ BREAKING CHANGES

  • [all] move to netstandard2.1 and drop .NET full support (#​158)
  • [junit] #​153 Add properties support on test case level for test logger (#​154)

Features

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.0.

Release notes

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

18.0.0

What's Changed

Internal fixes and updates

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

Commits viewable in compare view.

Updated nbgv from 3.7.115 to 3.8.118.

Release notes

Sourced from nbgv's releases.

3.8.118

Fixes

Enhancements

Other changes

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.115...v3.8.118

3.8.106-alpha

What's Changed

Enhancements

Fixes

Other changes

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.8.38-alpha...v3.8.106-alpha

3.8.38-alpha

Fixes

Enhancements

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.115...v3.8.38-alpha

Commits viewable in compare view.

Updated Nerdbank.GitVersioning from 3.7.115 to 3.8.118.

Release notes

Sourced from Nerdbank.GitVersioning's releases.

3.8.118

Fixes

Enhancements

Other changes

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.115...v3.8.118

3.8.106-alpha

What's Changed

Enhancements

Fixes

Other changes

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.8.38-alpha...v3.8.106-alpha

3.8.38-alpha

Fixes

Enhancements

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.115...v3.8.38-alpha

Commits viewable in compare view.

Updated System.Reflection.MetadataLoadContext from 9.0.3 to 9.0.10.

Release notes

Sourced from System.Reflection.MetadataLoadContext's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

9.0.5

Release

What's Changed

9.0.4

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.3...v9.0.4

Commits viewable in compare view.

Updated xunit.analyzers from 1.21.0 to 1.24.0.

Release notes

Sourced from xunit.analyzers's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.0.2 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

No release notes found for this version range.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automergin...

Description has been truncated

Bumps JunitXml.TestLogger from 5.0.0 to 7.0.2
Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.0
Bumps nbgv from 3.7.115 to 3.8.118
Bumps Nerdbank.GitVersioning from 3.7.115 to 3.8.118
Bumps System.Reflection.MetadataLoadContext from 9.0.3 to 9.0.10
Bumps xunit.analyzers from 1.21.0 to 1.24.0
Bumps xunit.runner.visualstudio from 3.0.2 to 3.1.5

---
updated-dependencies:
- dependency-name: JunitXml.TestLogger
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: nbgv
  dependency-version: 3.8.118
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: Nerdbank.GitVersioning
  dependency-version: 3.8.118
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: System.Reflection.MetadataLoadContext
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: xunit.analyzers
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 20, 2025
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.74%. Comparing base (ddcabc0) to head (be934af).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   78.74%   78.74%           
=======================================
  Files          12       12           
  Lines         574      574           
  Branches      131      131           
=======================================
  Hits          452      452           
  Misses         61       61           
  Partials       61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants