Open
Conversation
Bumps BenchmarkDotNet from 0.14.0 to 0.15.8 Bumps LibGit2Sharp from 0.30.0 to 0.31.0 Bumps Microsoft.Build.Locator from 1.7.8 to 1.11.2 Bumps Microsoft.Build.Prediction from 1.2.18 to 1.2.36 Bumps MinVer from 6.0.0 to 7.0.0 Bumps System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.3 Bumps System.CommandLine.Rendering from 0.4.0-alpha.22272.1 to 0.4.0-alpha.25306.1 Bumps XunitXml.TestLogger from 7.0.2 to 8.0.0 --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: LibGit2Sharp dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Build.Locator dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Build.Prediction dependency-version: 1.2.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: MinVer dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: System.CommandLine dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: System.CommandLine.Rendering dependency-version: 0.4.0-alpha.25306.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: XunitXml.TestLogger dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated BenchmarkDotNet from 0.14.0 to 0.15.8.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.8
This release adds OpenMetrics exporter support for Prometheus-compatible metrics export, improves the Roslyn analyzers with multi-target support and better type checking, and fixes several bugs including process deadlocks and WASM trimming issues.
Features
NO_COLORenvironment variable support for disabling console colors (#2870)Improvements
[DynamicallyAccessedMembers]attribute polyfill (#2883)AsyncProcessOutputReaderfor cleaner process output handling (#2878)Bug Fixes
BenchmarkRunner.Run<T>()with arguments on invalid benchmark type (#2880, fixes #2724)Internal
#if-#endifpreprocessor directives using PolySharp polyfills (#2881)Full Changelog: dotnet/BenchmarkDotNet@v0.15.7...v0.15.8
0.15.7
This release introduces Roslyn analyzers to catch incorrect BenchmarkDotNet usage at compile time, improves .NET Framework version detection, and updates OS detection support.
Features
[Arguments],[Params], and[ParamsAllValues]attribute usage[GenericTypeArguments]requirementsBenchmarkRunner.RuninvocationsImprovements
TargetFrameworkAttribute(#2682)OsBrandHelperBug Fixes
TestCaseFilterfor the test adapterInternal
release.yamlFull Changelog: dotnet/BenchmarkDotNet@v0.15.6...v0.15.7
0.15.6
v0.15.6
This release adds ref struct parameter support for
[ArgumentsSource], fixes Native AOT runtime moniker resolution, and upgrades to Perfolizer 0.6.0 with the new Pragmastat statistical engine.Features
[ArgumentsSource]attribute, enablingSpan<T>andReadOnlySpan<char>parameters (#2849)Bug Fixes
Improvements
Documentation
Internal
Full Changelog: dotnet/BenchmarkDotNet@v0.15.5...v0.15.6
0.15.5
This release fixes job naming consistency when using
--runtimes, clamps histogram bin bounds to avoid confusing negative values, and reduces output directory clutter by filtering unnecessary runtime and satellite assembly files.Features
Bug Fixes
SimpleJobAttributeand--runtimesCLI option (#2841)Internal
workflow_dispatchfor test workflow (#2835)Full Changelog: dotnet/BenchmarkDotNet@v0.15.4...v0.15.5
0.15.4
This release fixes issues with
ParamsSourceattribute resolution in inheritance scenarios and corrects a MSBuild syntax error in the TestAdapter.Bug Fixes
[ParamsSource]to resolve overridden methods and properties in derived classes (#2832)TestTfmsInParallelproperty that prevented Visual Studio from loading projects (#2831)Full Changelog: dotnet/BenchmarkDotNet@v0.15.3...v0.15.4
0.15.3
This release brings .NET 10 NativeAOT instruction set support, improved CPU detection on Windows when WMIC is unavailable, test adapter filtering, and numerous bug fixes.
Breaking Changes
.WithNuget()job extension in favor of.WithMsBuildArguments()(#2812)Features
Improvements
IsNetCoreandIsNativeAOTdetection for single-file apps without AOT (#2799)--nodeReuse:falsefor dotnet CLI commands to improve build isolation (#2814)Bug Fixes
ArgumentsSourceon external types not working if the argument type is not primitive (#2820)EtwProfilerfor file paths slightly under 260 characters (#2808)EventProcessor.OnEndValidationStagenot being called when critical validation errors occur (#2816)XmlExceptionthrown whenTextReader.Nullis passed toAppConfigGenerator(#2817)NativeMemoryLogParserprogram name matching (#2795)BuildPlots.RInternal
MemoryDiagnosertests on macOS (#2813)TimeConsumingBenchmarkclass to reduce test timeBenchmarkDotNetDiagnoserspackage version (#2805)GenerateProgramFile(#2802)Full Changelog: dotnet/BenchmarkDotNet@v0.15.2...v0.15.3
0.15.2
This release improves memory allocation measurement accuracy and adds new features for job ordering and runtime validation.
Features
JobOrderPolicyoption to sort jobs in numeric order instead of ordinal order (#2770)RuntimeValidatorto detect benchmarks with null runtime configuration (#2771)Improvements
Bug Fixes
Internal
--force-clonefor docs-fetch in generate-gh-pages workflowworkflow_dispatchfor publish-nightly workflowdocs/_changelogfolder from main branch (migrated to docs-changelog branch)Full Changelog: dotnet/BenchmarkDotNet@v0.15.1...v0.15.2
0.15.1
A maintenance release with improved cross-platform compatibility, a new feature for referencing external types in source attributes, and several bug fixes for ARM CPUs and unsupported operating systems.
Features
[ArgumentsSource]and[ParamsSource]to reference methods in other types via new constructor overload:[ArgumentsSource(typeof(MyClass), nameof(MyClass.Values))](#2748)Bug Fixes
REASON_CONTEXTto use proper union structure (#2745, #2756)Console.CancelKeyPresscrash on platforms that don't support it (Android, iOS, tvOS, WASM) (#2739, #2741)CpuInfo.Unknown(#2740).slnxsolution file format when searching for solution files (#2764)Improvements
ExporterBase.GetArtifactFullNameaccessibility modifier more permissiveInternal
docs-changelogbranch (#93d12c42)Full Changelog: dotnet/BenchmarkDotNet@v0.15.0...v0.15.1
0.15.0
BenchmarkDotNet v0.15.0 brings .NET 10 support, a new WakeLock feature to prevent system sleep during benchmarks, improved engine internals for more consistent measurements, and numerous bug fixes and improvements.
Features
[WakeLock]attribute and--wakeLockCLI option to prevent the system from entering sleep mode while benchmarks are running (#2670)RuntimeMoniker.Net10,NativeAot10, andMono10with full toolchain support (#2642)Platform.RiscV64for RISC-V 64-bit architecture (#2644, #2647)requiredproperties (#2579)ConfigOptions.DisableParallelBuildoption to force sequential builds (#2725)ThreadingDiagnoserandExceptionDiagnosernow support configuration to hide columns when metrics have no values (#2673)Improvements
IEngineStageEvaluatorfor more consistent instruction location and simpler code (#2688)InProcessNoEmitRunnerwith NativeAOT (#2702)ParamsAttribute.Valuessetter is now protected instead of private (#2716)ClrMdV3Disassembler(#2488)Perfonarexporters replacingPhdexportersBug Fixes
IlcGenerateCompleteTypeMetadataand updated flag names (#2616)Breaking Changes
[PhdExporter]→[PerfonarExporter],PhdJsonExporter→PerfonarJsonExporter,PhdMdExporter→PerfonarMdExporterDocumentation
... (truncated)
Commits viewable in compare view.
Updated LibGit2Sharp from 0.30.0 to 0.31.0.
Release notes
Sourced from LibGit2Sharp's releases.
0.31.0
Changes
net472andnet8.0.Additions
Fixes
Commits viewable in compare view.
Updated Microsoft.Build.Locator from 1.7.8 to 1.11.2.
Release notes
Sourced from Microsoft.Build.Locator's releases.
1.11.1
What's Changed
New Contributors
Full Changelog: microsoft/MSBuildLocator@v1.10.12...v1.11.1
1.10.12
What's Changed
Full Changelog: microsoft/MSBuildLocator@v1.10.2...v1.10.12
1.10.2
What's Changed
DotNetSdkLocationHelperandhostfxrinterop. by @teo-tsirpanis in ModernizeDotNetSdkLocationHelperandhostfxrinterop. microsoft/MSBuildLocator#339New Contributors
Full Changelog: microsoft/MSBuildLocator@v1.9.1...v1.10.2
1.9.1
What's Changed
New Contributors
Full Changelog: microsoft/MSBuildLocator@v1.8.1...v1.9.1
1.8.1
What's Changed
New Contributors
Full Changelog: microsoft/MSBuildLocator@v1.7.8...v1.8.1
Commits viewable in compare view.
Updated Microsoft.Build.Prediction from 1.2.18 to 1.2.36.
Release notes
Sourced from Microsoft.Build.Prediction's releases.
1.2.36
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.35...v1.2.36
1.2.35
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.34...v1.2.35
1.2.34
What's Changed
FakesOutputPathMSBuild property by @DmitriyShepelev in Predict Fakes outputs based onFakesOutputPathMSBuild property microsoft/MSBuildPrediction#132New Contributors
FakesOutputPathMSBuild property microsoft/MSBuildPrediction#132Full Changelog: microsoft/MSBuildPrediction@v1.2.31...v1.2.34
1.2.31
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.28...v1.2.31
1.2.28
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.27...v1.2.28
1.2.27
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.26...v1.2.27
1.2.26
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.22...v1.2.26
1.2.22
What's Changed
Full Changelog: microsoft/MSBuildPrediction@v1.2.18...v1.2.22
Commits viewable in compare view.
Updated MinVer from 6.0.0 to 7.0.0.
Release notes
Sourced from MinVer's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.3.
Release notes
Sourced from System.CommandLine's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.CommandLine.Rendering from 0.4.0-alpha.22272.1 to 0.4.0-alpha.25306.1.
Release notes
Sourced from System.CommandLine.Rendering's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated XunitXml.TestLogger from 7.0.2 to 8.0.0.
Release notes
Sourced from XunitXml.TestLogger's releases.
8.0.0
8.0.0 (2026-01-09)
⚠ BREAKING CHANGES
Features
7.1.0
7.1.0 (2025-12-13)
Features
Bug Fixes
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions