BenchmarkDotNet v0.15.1
Milestone details
In the v0.15.1 scope, 6 issues were resolved and 12 pull requests were merged. This release includes 17 commits by 6 contributors.
Resolved issues (6)
- #2619 Added support to get exported file paths
- #2739 System.PlatformNotSupportedException thrown in DisposeAtProcessTermination with Android (assignee: @BraedenLS)
- #2740 System.NullReferenceException in thrown in ZeroMeasurementAnalyser with Android (assignee: @BraedenLS)
- #2744 Allow ArgumentsSource to reference methods in other types (assignee: @JimmyCushnie)
- #2745 Running benchmark with BenchmarkDotNet 15.0 fails with Fatal error. 0xC0000005, WakeLock (assignee: @christiannagel)
- #2763 Unable to find Solution root directory if benchmark project uses .slnx
Merged pull requests (12)
- #2738 chore: Update run-tests.yaml (by @filzrev)
- #2741 Fix #2739: OS check for platform specific event (by @BraedenLS)
- #2742 Fix #2740: Use CpuInfo.Unknown if CpuDetector.Detect() does not find supported OS (by @BraedenLS)
- #2746 [build] Rework changelog generation (by @AndreyAkinshin)
- #2748 Allow ArgumentsSource to reference methods in other types (by @JimmyCushnie)
- #2750 deps: Update package dependencies (by @filzrev)
- #2752 chore: Fix the line endings in the files to LF. (by @filzrev)
- #2755 chore: Update Microsoft.NET.Test.Sdk version (by @filzrev)
- #2756 Refactor WakeLock.PInvoke for compatibility with the ARM CPU #2745 (by @christiannagel)
- #2759 chore: Change ExporterBase::GetArtifactFullName accessibility to public (by @filzrev)
- #2762 Bump .NET SDK: 8.0.401->8.0.410 (by @filzrev)
- #2764 Test for both .sln and .slnx when searching for solution file (by @bstordrup)
Commits (17)
- 37b5ca Set next BenchmarkDotNet version: 0.15.1 (by @AndreyAkinshin)
- 7306cd [build] Bump actions/upload-artifact in generate-gh-pages: v1->v4 (by @AndreyAkinshin)
- a0ad25 [build] Bump actions/download-artifact in generate-gh-pages: v1->v4 (by @AndreyAkinshin)
- c21ac5 [build] Improve generate-gh-pages.yaml (by @AndreyAkinshin)
- 2b6d7c chore: update run-tests.yaml (by @filzrev)
- 7da69a Bump Perfolizer: 0.5.2->0.5.3 (by @AndreyAkinshin)
- c0bcfb Fix #2740: Use Cpu.Unknown if using unsupported OS (by @BraedenLS)
- 8bf462 Fix #2739: OS check for platform exclusive event (#2741) (by @BraedenLS)
- 93d12c [build] Rework changelog generation (by @AndreyAkinshin)
- 67664a deps: Update package dependencies (#2750) (by @filzrev)
- ba1f99 Allow ArgumentsSource to reference methods in other types (#2748) (by @JimmyCushnie)
- 013449 chore: fix line-endings to lf (by @filzrev)
- 68feeb Refactor WakeLock.PInvoke for compatibility with the ARM CPU #2745 (#2756) (by @christiannagel)
- 5c9d07 chore: Update Microsoft.NET.Test.Sdk version (#2755) (by @filzrev)
- d8eea0 chore: modify ExporterBase::GetArtifactFullName accessibility (by @filzrev)
- 78a6b1 Test for both .sln and .slnx when searching for solution file (#2764) (by @bstordrup)
- 0d909f deps: update dotnet sdk version to 8.0.410 (#2762) (by @filzrev)
Contributors (6)
- Andrey Akinshin (@AndreyAkinshin)
- Benny Tordrup (@bstordrup)
- BraedenLS (@BraedenLS)
- Christian Nagel (@christiannagel)
- filzrev (@filzrev)
- Jimmy Cushnie (@JimmyCushnie)
Thank you very much!