This release contains a bunch of important bug fixes.
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.7.html
What's Changed
- Improve build for mono aot by @radical in https://github.com/dotnet/BenchmarkDotNet/pull/2367
- IComparable fallback for Tuple/ValueTuple by @mrahhal in https://github.com/dotnet/BenchmarkDotNet/pull/2368
- Don't copy
PackageReferencein csproj by @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2365 - Fix regression in parsing arguments with spaces Closes #2373 by @kant2002 in https://github.com/dotnet/BenchmarkDotNet/pull/2375
AggressiveOptimizationinInProcesstoolchains by @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2335- Add expected results tests by @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2361
- [chore]: fix error message by @BurakTaner in https://github.com/dotnet/BenchmarkDotNet/pull/2379
- Cancel old jobs on push by @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2380
- Support
--cliargument forCsProjClassicNetToolchainby @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2381 - Rebuild .Net Framework projects by @timcassell in https://github.com/dotnet/BenchmarkDotNet/pull/2370
- Fix missing import on Debug build by @caaavik-msft in https://github.com/dotnet/BenchmarkDotNet/pull/2385
- perfcollect: don't restore symbols for local builds by @adamsitnik in https://github.com/dotnet/BenchmarkDotNet/pull/2384
- Fix PlatformNotSupportedException thrown on Android in ConsoleTitler by @Adam-- in https://github.com/dotnet/BenchmarkDotNet/pull/2390
New Contributors
- @BurakTaner made their first contribution in https://github.com/dotnet/BenchmarkDotNet/pull/2379
- @caaavik-msft made their first contribution in https://github.com/dotnet/BenchmarkDotNet/pull/2385
- @Adam-- made their first contribution in https://github.com/dotnet/BenchmarkDotNet/pull/2390
Full Changelog: https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.6...v0.13.7