Skip to content

Version 2.60.0-preview.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yufeih yufeih released this 20 Dec 03:22
· 1554 commits to main since this release

.NET Core Support

This is the first preview of docfx that builds on top of .NET Core!
Docfx is released as a .NET Core Tool starting from v2.60.0-preview.1. .NET 6.x is required to run docfx. To install, run:

dotnet tool update -g docfx --version 2.60.0-preview.1

The rest of the command line experience hasn't changed and are backward compatible. We've also updated docfx homepage use the .NET Core version of docfx.

Known Limitations

  • Msbuild integration through docfx.console is not supported in this preview.
  • Plugins like memberpage, rest.tagpage, rest.operationpage are not supported in this preview.
  • Supports Windows only. Linux and MacOS are not supported in this preview.
  • .NET Framework 4.x is still needed to build from source code in this preview.

What's Changed

πŸŽ‰ New Features

🐞 Bug Fixes

πŸ”§ Engineering

πŸ“„ Documentation

New Contributors

Full Changelog: v2.59.4...v2.60.0-preview.1