What's Changed
🎉 New Features
- feat: Support modern template localization by @yufeih in #9154
- feat: Support language attribute on C# documentation comment by @yufeih in #9159
🐞 Bug Fixes
- fix: TOC filter text not reset by @yufeih in #9125
- fix: Make blockquote more obvious by @yufeih in #9130
- fix: Remove document type template bundle warning by @yufeih in #9133
- fix: Update msbuild.locator to 1.6.1 by @yufeih in #9153
- chore: Change output html file encoding to UTF-8 (No BOM) by @filzrev in #9131
🚀 Performance Improvements
- perf: Reduce dotnet tool NuGet package size by @filzrev in #9115
- perf: Replace ArrayDictionary to ConcurrentDictionary by @filzrev in #9121
- perf: Optimize read MIME operation by @filzrev in #9132
- perf: Change JsonSerializerOptions instance to static by @filzrev in #9163
🔧 Engineering
- chore: Add code coverage exclusions by @filzrev in #9118
- chore: Update .NET SDK for CI by @filzrev in #9139
- build(deps): bump Microsoft.Build from 17.3.2 to 17.7.2 by @filzrev in #9138
- chore: Refactor docfx command related code by @filzrev in #9140
- chore: Remove unused code by @filzrev in #9164
Full Changelog: v2.70.1...v2.70.2