Full changelog: https://benchmarkdotnet.org/changelog/v0.13.8.html
Highlights
This release contains important bug fixes.
What's Changed
- Issue2394 multiple markdown exporters not possible even with different names by @bstordrup in https://github.com/dotnet/BenchmarkDotNet/pull/2395
- Make MarkdownExporter ctor and Dialect protected by @nietras in https://github.com/dotnet/BenchmarkDotNet/pull/2407
- Refactor out base TextLogger from StreamLogger by @nietras in https://github.com/dotnet/BenchmarkDotNet/pull/2406
- update the templates install command to reflect dotnet cli updates by @baywet in https://github.com/dotnet/BenchmarkDotNet/pull/2415
- Update stub decoding for .NET 8 for disassemblers by @janvorli in https://github.com/dotnet/BenchmarkDotNet/pull/2416
- Enable nullability for BenchmarkDotNet.Annotations by @alinasmirnova in https://github.com/dotnet/BenchmarkDotNet/pull/2418
- Nullability In BenchmarkDotNet project by @alinasmirnova in https://github.com/dotnet/BenchmarkDotNet/pull/2419
- feat: add text justification style by @Vahdanian in https://github.com/dotnet/BenchmarkDotNet/pull/2410
- Default to RoslynToolchain by @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2409
New Contributors
- @bstordrup made their first contribution in https://github.com/dotnet/BenchmarkDotNet/pull/2395
- @baywet made their first contribution in https://github.com/dotnet/BenchmarkDotNet/pull/2415
- @Vahdanian made their first contribution in https://github.com/dotnet/BenchmarkDotNet/pull/2410
Full Changelog: https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8