Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

Updated docfx from 2.70.4 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 💙

2.78.3

What's Changed

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

New Contributors

Full Changelog: dotnet/docfx@2.78.2...v2.78.3

2.78.2

What's Changed

🎉 New Features

🐞 Bug Fixes

📄 Documentation

💪 Other Changes

New Contributors

Full Changelog: dotnet/docfx@2.78.1...2.78.2

2.78.1

What's Changed

🐞 Bug Fixes

Full Changelog: dotnet/docfx@v2.78.0...2.78.1

2.78.0

This release introduces support for .NET 9 and drops support for .NET 6, with a wide range of bug fixes and improvements.
A big thank you to @​filzrev for continuous improvements to DocFX and to @​SimonCropp for the substantial contributions to code quality in this project!

What's Changed

💥 Breaking Changes

🎉 New Features

🐞 Bug Fixes

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.77.0...v2.78.0

2.77.0

What's Changed

💥 Breaking Changes

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

🔧 Engineering

📄 Documentation

New Contributors

... (truncated)

2.76.0

What's Changed

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

🔧 Engineering

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.75.3...v2.76.0

2.75.3

What's Changed

🐞 Bug Fixes

🔧 Engineering

Full Changelog: dotnet/docfx@v2.75.2...v2.75.3

2.75.2

What's Changed

🐞 Bug Fixes

🚀 Performance Improvements

🔧 Engineering

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.75.1...v2.75.2

2.75.1

What's Changed

🎉 New Features

🐞 Bug Fixes

📄 Documentation

Full Changelog: dotnet/docfx@v2.75.0...v2.75.1

2.75.0

What's Changed

💥 Breaking Changes

🎉 New Features

🐞 Bug Fixes

🔧 Engineering

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.74.1...v2.75.0

2.74.1

NOTE: If you are using a custom template with a custom toc.html.tmpl file, you may encounter problems building TOC files. Rename toc.html.tmpl to toc.html.primary.tmpl to fix the problem. See dotnet/docfx#9515 for details.

What's Changed

🎉 New Features

🐞 Bug Fixes

📄 Documentation

Full Changelog: dotnet/docfx@v2.74.0...v2.74.1

2.74.0

What's Changed

💥 Breaking Changes

🎉 New Features

🔧 Engineering

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.73.2...v2.74.0

2.73.2

What's Changed

🎉 New Features

🐞 Bug Fixes

🔧 Engineering

New Contributors

Full Changelog: dotnet/docfx@v2.73.1...v2.73.2

2.73.1

What's Changed

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

Full Changelog: dotnet/docfx@v2.73.0...v2.73.1

2.73.0

New PDF builder

This release introduces a new PDF builder using Chromium as the rendering engine, to replaced the deprecated wkhtmltopdf based PDF builder. See https://dotnet.github.io/docfx/docs/pdf.html for more information.

What's Changed

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

📄 Documentation

2.72.1

What's Changed

🐞 Bug Fixes

🔧 Engineering

New Contributors

Full Changelog: dotnet/docfx@v2.72.0...v2.72.1

2.72.0

New experimental API page output format

API Page is a new YAML output format designed to represent API documentations for a wide variety of programming languages. This release enables docfx build command to render API pages and docfx metadata command to produce API Page YAML files through the { "outputFormat": "ApiPage" } option.

What's Changed

🎉 New Features

🐞 Bug Fixes

🚀 Performance Improvements

🔧 Engineering

📄 Documentation

New Contributors

Full Changelog: dotnet/docfx@v2.71.1...v2.72.0

2.71.1

What's Changed

🎉 New Features

🐞 Bug Fixes

🔧 Engineering

Full Changelog: dotnet/docfx@v2.71.0...v2.71.1

2.71.0

What's Changed

💥 Breaking Changes

🎉 New Features

🐞 Bug Fixes

🔧 Engineering

Full Changelog: dotnet/docfx@v2.70.4...v2.71.0

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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: docfx
  dependency-version: 2.78.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Dec 5, 2025
@PTKu PTKu merged commit 5aed826 into dev Dec 5, 2025
@dependabot dependabot bot deleted the dependabot/nuget/dot-config/docfx-2.78.4 branch December 5, 2025 14:47
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.

2 participants