0.13.9
AndreyAkinshin
released this
05 Oct 15:22
·
133 commits
to master
since this release
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.9.html
In the v0.13.9 scope, 3 issues were resolved and 7 pull requests were merged. This release includes 26 commits by 5 contributors.
Resolved issues (3)
- #2054 Custom logging/visualization during the benchmark run (assignee: @caaavik-msft)
- #2404 Using
DisassemblyDiagnoser
in GitHub Actions (assignee: @timcassell) - #2432 Something went wrong with outliers when using
--launchCount
(assignee: @AndreyAkinshin)
Merged pull requests (7)
- #1882 use coalesce instead of join (by @askazakov)
- #2413 Fix linux crash from disassembler (by @timcassell)
- #2420 Add event processor functionality (by @caaavik-msft)
- #2421 More nullability warnings fixes (by @alinasmirnova)
- #2433 Fix build errors with latest sdk (by @timcassell)
- #2434 Fix Event Processors not being copied in ManualConfig.Add (by @caaavik-msft)
- #2435 Treat warnings not as errors in manual test project (by @timcassell)
Commits (26)
- ece5cc Set next BenchmarkDotNet version: 0.13.9 (by @AndreyAkinshin)
- ad9376 Add event processor functionality (#2420) (by @caaavik-msft)
- 8227bb Address PR feedback (#2434) (by @caaavik-msft)
- 46b3c0 Fix linux crash from disassembler (#2413) (by @timcassell)
- 967a97 Fix build errors with latest sdk. (#2433) (by @timcassell)
- dd7a9b Treat warnings not as errors in manual test project (#2435) (by @timcassell)
- 583874 Print full stacktrace for GenerateException, see #2436 (by @AndreyAkinshin)
- 6e3a15 Support WSL detection in RuntimeInformation (by @AndreyAkinshin)
- 8986e0 Update myget url in README (by @AndreyAkinshin)
- 516bd6 Enabled nullability for BenchmarkDotNet.Diagnostics.dotTrace.csproj (by @alinasmirnova)
- 5428eb Fixed nullability warnings in methods signatures (by @alinasmirnova)
- 7fbbc9 Removed CanBeNull attribute (by @alinasmirnova)
- 9d7350 Fixed warnings on null assignments (by @alinasmirnova)
- b43d28 Fixed warnings in EngineEventLogParser (by @alinasmirnova)
- 148165 Removed an unnecessary check (by @alinasmirnova)
- 465aaf Fixed empty catch warning (by @alinasmirnova)
- 9a7bb7 [build] Bump: Microsoft.DocAsCode.App 2.67.5 -> Docfx.App 2.71.0 (by @AndreyAkinshin)
- 9dd7b6 Fix license badge link in README (by @AndreyAkinshin)
- 134b8e [build] Automatic NextVersion evaluation (by @AndreyAkinshin)
- 8090d9 Suppress NETSDK1138 (TFM out of support warning) (by @AndreyAkinshin)
- af610e Bump .NET SDK: 7.0.305->7.0.401 (by @AndreyAkinshin)
- 8838ed [build] Fix docfx build warnings (by @AndreyAkinshin)
- 2d379b Remove outlier consistency check, fix #2432 (by @AndreyAkinshin)
- 00628a use coalesce instead of join (by @askazakov)
- 411a6e Prepare v0.13.9 changelog (by @AndreyAkinshin)
- 228a46 Rollback docfx.json (by @AndreyAkinshin)
Contributors (5)
- Alina Smirnova (@alinasmirnova)
- Andrey Akinshin (@AndreyAkinshin)
- askazakov (@askazakov)
- Cameron Aavik (@caaavik-msft)
- Tim Cassell (@timcassell)
Thank you very much!