BenchmarkDotNet v0.13.7
AndreyAkinshin
released this
04 Aug 10:43
·
178 commits
to master
since this release
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 #2367
- IComparable fallback for Tuple/ValueTuple by @mrahhal in #2368
- Don't copy
PackageReference
in csproj by @timcassell in #2365 - Fix regression in parsing arguments with spaces Closes #2373 by @kant2002 in #2375
AggressiveOptimization
inInProcess
toolchains by @timcassell in #2335- Add expected results tests by @timcassell in #2361
- [chore]: fix error message by @BurakTaner in #2379
- Cancel old jobs on push by @timcassell in #2380
- Support
--cli
argument forCsProjClassicNetToolchain
by @timcassell in #2381 - Rebuild .Net Framework projects by @timcassell in #2370
- Fix missing import on Debug build by @caaavik-msft in #2385
- perfcollect: don't restore symbols for local builds by @adamsitnik in #2384
- Fix PlatformNotSupportedException thrown on Android in ConsoleTitler by @Adam-- in #2390
New Contributors
- @BurakTaner made their first contribution in #2379
- @caaavik-msft made their first contribution in #2385
- @Adam-- made their first contribution in #2390
Full Changelog: v0.13.6...v0.13.7