Sourced from BenchmarkDotNet's releases.
0.13.10
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.10.html
Highlights
Initial support of .NET 9 and minor bug fixes.
Details
In the v0.13.10 scope, 2 issues were resolved and 3 pull requests were merged. This release includes 10 commits by 4 contributors.
Resolved issues (2)
- #2436 BenchmarkDotNet Access Denied Error on WSL2 when Writing to '/mnt/c/DumpStack.log.tmp' (assignee:
@AndreyAkinshin
)- #2455 .NET 9 support (assignee:
@adamsitnik
)Merged pull requests (3)
- #2447 Add support for wasm/net9.0 (by
@radical
)- #2453 feat: set RuntimeHostConfigurationOption on generated project (by
@workgroupengineering
)- #2456 implement full .NET 9 support (by
@adamsitnik
)Commits (10)
- c27152 Set next BenchmarkDotNet version: 0.13.10 (by
@AndreyAkinshin
)- 2e96d2 Don't show AssemblyInformationalVersion metadata in BDN BrandVersion (by
@AndreyAkinshin
)- d17c6a Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper (by
@AndreyAkinshin
)- af9c5c Exception handling in DotNetCliGenerator.GetRootDirectory, fix #2436 (by
@AndreyAkinshin
)- e11136 [build] Bump Docfx.App: 2.71.0->2.71.1 (by
@AndreyAkinshin
)- 7b342f Add support for wasm/net9.0 (#2447) (by
@radical
)- e17068 Adjust 'Failed to set up high priority' message (by
@AndreyAkinshin
)- 0a734a feat: set RuntimeHostConfigurationOption on generated project (#2453) (by
@workgroupengineering
)- ae4914 implement full .NET 9 support (#2456) (by
@adamsitnik
)- 40c414 Prepare v0.13.10 changelog (by
@AndreyAkinshin
)Contributors (4)
- Adam Sitnik (
@adamsitnik
)- Andrey Akinshin (
@AndreyAkinshin
)- Ankit Jain (
@radical
)- workgroupengineering (
@workgroupengineering
)Thank you very much!
40c4142
Prepare v0.13.10 changelogae49148
implement full .NET 9 support (#2456)0a734a9
feat: set RuntimeHostConfigurationOption on generated project (#2453)e170684
Adjust 'Failed to set up high priority' message7b342f5
Add support for wasm/net9.0 (#2447)e111368
[build] Bump Docfx.App: 2.71.0->2.71.1af9c5c6
Exception handling in DotNetCliGenerator.GetRootDirectory, fix #2436d17c6ad
Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper2e96d29
Don't show AssemblyInformationalVersion metadata in BDN BrandVersionc27152b
Set next BenchmarkDotNet version: 0.13.10