Sourced from BenchmarkDotNet.Diagnostics.Windows's releases.
0.13.8
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 dotnet/BenchmarkDotNet#2395- Make MarkdownExporter ctor and Dialect protected by
@nietras
in dotnet/BenchmarkDotNet#2407- Refactor out base TextLogger from StreamLogger by
@nietras
in dotnet/BenchmarkDotNet#2406
- update the templates install command to reflect dotnet cli updates by
@baywet
in dotnet/BenchmarkDotNet#2415- Update stub decoding for .NET 8 for disassemblers by
@janvorli
in dotnet/BenchmarkDotNet#2416- Enable nullability for BenchmarkDotNet.Annotations by
@alinasmirnova
in dotnet/BenchmarkDotNet#2418- Nullability In BenchmarkDotNet project by
@alinasmirnova
in dotnet/BenchmarkDotNet#2419- feat: add text justification style by
@Vahdanian
in dotnet/BenchmarkDotNet#2410- Default to RoslynToolchain by
@timcassell
in dotnet/BenchmarkDotNet#2409New Contributors
@bstordrup
made their first contribution in dotnet/BenchmarkDotNet#2395@baywet
made their first contribution in dotnet/BenchmarkDotNet#2415@Vahdanian
made their first contribution in dotnet/BenchmarkDotNet#2410Full Changelog: https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8
f8de1e9
Prepare v0.13.8 changeloge2e888c
Use Roslyn Toolchain by default if no build settings are changed.b035d90
feat: add text justification style (#2410)2a8bab5
Fixed nullability warnings for some files from BenchmarkDotNet project3860e4a
Removed redundant check83fc5ed
Updated CodeAnnotations to the actual version2d763cf
Enable nullability for BenchmarkDotNet.Annotationsd391085
Update stub decoding for .NET 8 for disassemblers (#2416)e0c667f
- update the templates install command to reflect dotnet cli updates (#2415)c35dcb2
Refactor out base TextLogger from StreamLogger (#2406)