Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updated docfx from 2.78.3 to 2.78.4.

Release notes

Sourced from docfx's releases.

2.78.4

🚀 Release Notes

🌟 New Features

  • 🧩 Updated to Roslyn 4.13.0 and added .NET 10 nightly build support. (#​10577, #​10561)

🐞 Bug Fixes

  • ✅ Include [Experimental] attribute support by default. (#​10566)
  • ✅ Include global type metadata for all output formats. (#​10611)
  • ✅ Skip non-managed assemblies to prevent runtime errors. (#​10692)
  • ✅ Fix TOC grouping regression introduced by earlier refactor. (#​10700)
  • ✅ Fix Bicep.js import error on the samples site. (#​10738)
  • ✅ Handle IOException gracefully when file access conflicts occur. (#​10786)
  • ✅ Fix PDF generation failure when navigating within the same page or hash fragment. (#​10768)
  • ✅ Use textContent to correctly render header titles. (#​10790)
  • ✅ Fixed nightly build CI and dependency updates. (#​10679, #​10694)
  • ✅ Added event handling for AnalyzerLoadFailed to improve debugging. (#​10617)

⚡ Performance Improvements

  • ⚙️ Use cached MarkdownPipeline instance to reduce re-initialization overhead. (#​10568)
  • ⚙️ Reuse YamlDeserializer instance for better memory efficiency. (#​10567)
  • ⚙️ Migrated test assertions to AwesomeAssertions for faster, cleaner test runs. (#​10563)
  • ⚙️ Improved analyzer diagnostics and reduced noisy suggestions. (#​10578)

📘 Documentation Updates

  • 📄 Minor doc fix and .slnx inclusion. (#​10610)
  • 📄 Fixed config reference documentation. (#​10683)
  • 📄 Corrected PlantUML class diagram link. (#​10638)
  • 📄 Updated “Tabs with ***” section formatting. (#​10699)
  • 📄 Fixed minor spelling errors. (#​10723)
  • 📄 Updated Bicep sample to use official Highlight.js syntax. (#​10715)
  • 📄 Added DeepWiki badge and improved emoji font embedding in PDF generation. (#​10680, #​10678)
  • 📄 Inputs in navigation and TOC search now auto-focus when icons are clicked. (#​10754)

🙌 Contributors

Thanks to our awesome contributors for this release:
@​filzrev, @​Lombra, @​frarees, @​ettfemnio, @​Lulalaby, @​mgarstenauer, @​anthony-c-martin, @​clicktodev, @​Copilot, and everyone who helped improve this release 💙

Commits viewable in compare view.

Updated JunitXml.TestLogger from 6.1.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)

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 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.

Updated xunit.v3 from 2.0.0 to 3.1.0.

Release notes

Sourced from xunit.v3'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 automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 docfx from 2.78.3 to 2.78.4
Bumps JunitXml.TestLogger from 6.1.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 xunit.runner.visualstudio from 3.0.2 to 3.1.5
Bumps xunit.v3 from 2.0.0 to 3.1.0

---
updated-dependencies:
- dependency-name: docfx
  dependency-version: 2.78.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: JunitXml.TestLogger
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: nbgv
  dependency-version: 3.8.118
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: Nerdbank.GitVersioning
  dependency-version: 3.8.118
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: xunit.v3
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 27, 2025
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

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.

1 participant