Bump the safe-updates group with 11 updates#101
Merged
kthompson merged 1 commit intoJun 25, 2026
Conversation
Bumps BenchmarkDotNet from 0.12.1 to 0.15.8 Bumps coverlet.msbuild from 2.8.1 to 2.9.0 Bumps dotnet-stryker from 3.4.0 to 3.13.2 Bumps GitHubActionsTestLogger from 2.0.1 to 2.4.1 Bumps Microsoft.NET.Test.Sdk from 15.9.0 to 15.9.2 Bumps nbgv from 3.5.119 to 3.10.85 Bumps Nerdbank.GitVersioning from 3.5.119 to 3.10.85 Bumps Nuke.Common from 8.0.0 to 8.1.4 Bumps Nuke.Components from 8.0.0 to 8.1.4 Bumps xunit from 2.4.0 to 2.9.3 Bumps xunit.runner.visualstudio from 2.4.0 to 2.8.2 --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: coverlet.msbuild dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: dotnet-stryker dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: GitHubActionsTestLogger dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 15.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe-updates - dependency-name: nbgv dependency-version: 3.10.85 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: Nerdbank.GitVersioning dependency-version: 3.10.85 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: Nuke.Common dependency-version: 8.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: Nuke.Components dependency-version: 8.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates - dependency-name: xunit.runner.visualstudio dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jun 25, 2026
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.12.1 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)
0.14.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
BenchmarkDotNet.Diagnostics.dotMemory#2549: memory allocation profile of your benchmarks using dotMemory, see @BenchmarkDotNet.Samples.IntroDotMemoryDiagnoserBenchmarkDotNet.Exporters.Plotting#2560: plotting via ScottPlot (initial version)IntermediateOutputPath,OutputPath, andOutDirproperties to thedotnet buildcommand. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own.csprojand.propsfrom those properties if you need to copy custom files to the output.Bug fixes
UseArtifactsOutput.Breaking Changes
DotNetCliBuilderremovedretryFailedBuildWithNoDepsconstructor option.DotNetCliCommandremovedRetryFailedBuildWithNoDepsproperty andBuildNoRestoreNoDependencies()andPublishNoBuildAndNoRestore()methods (replaced withPublishNoRestore()).0.13.12
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html
Highlights
The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE!
The detailed guide can be found here.
This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.
0.13.11
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html
In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.
Resolved issues (4)
Merged pull requests (8)
Commits (28)
... (truncated)
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)
Merged pull requests (3)
Commits (10)
Contributors (4)
Thank you very much!
0.13.9
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)
DisassemblyDiagnoserin GitHub Actions (assignee: @timcassell)--launchCount(assignee: @AndreyAkinshin)Merged pull requests (7)
Commits (26)
Contributors (5)
... (truncated)
0.13.8
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.8.html
Highlights
This release contains important bug fixes.
What's Changed
New Contributors
Full Changelog: dotnet/BenchmarkDotNet@v0.13.7...v0.13.8
0.13.7
This release contains a bunch of important bug fixes.
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.7.html
What's Changed
PackageReferencein csproj by @timcassell in Don't copyPackageReferencein csproj dotnet/BenchmarkDotNet#2365AggressiveOptimizationinInProcesstoolchains by @timcassell inAggressiveOptimizationinInProcesstoolchains dotnet/BenchmarkDotNet#2335--cliargument forCsProjClassicNetToolchainby @timcassell in Support--cliargument forCsProjClassicNetToolchaindotnet/BenchmarkDotNet#2381New Contributors
Full Changelog: dotnet/BenchmarkDotNet@v0.13.6...v0.13.7
0.13.6
Highlights
[DotTraceDiagnoser]and get a dotTrace performance snapshot at the end of the benchmark run. #2328@filenamesyntax. #2320 #2348IntroCategoryDiscoverer. #2306 #2307Full changelog: https://benchmarkdotnet.org/changelog/v0.13.6.html
Commits viewable in compare view.
Updated coverlet.msbuild from 2.8.1 to 2.9.0.
Release notes
Sourced from coverlet.msbuild's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated dotnet-stryker from 3.4.0 to 3.13.2.
Release notes
Sourced from dotnet-stryker's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated GitHubActionsTestLogger from 2.0.1 to 2.4.1.
Release notes
Sourced from GitHubActionsTestLogger's releases.
2.4.1
What's Changed
Full Changelog: Tyrrrz/GitHubActionsTestLogger@2.4...2.4.1
2.4
What's Changed
New Contributors
Full Changelog: Tyrrrz/GitHubActionsTestLogger@2.3.3...2.4
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 15.9.0 to 15.9.2.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated nbgv from 3.5.119 to 3.10.85.
Release notes
Sourced from nbgv's releases.
3.10.85
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.10.70...v3.10.85
3.10.70
What's Changed
Fixes
Enhancements
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.50...v3.10.70
3.10.44-alpha
What's Changed
Fixes
Enhancements
Dependency updates
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.10.8-alpha...v3.10.44-alpha
3.10.8-alpha
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.50...v3.10.8-alpha
3.9.50
What's Changed
versionHeightOffsetAppliesToproperty to version.json by @Copilot in AddversionHeightOffsetAppliesToproperty to version.json dotnet/Nerdbank.GitVersioning#1279nbgv prepare-releasecommand to honor inheriting version.json files by @AArnott in Fixnbgv prepare-releasecommand to honor inheriting version.json files dotnet/Nerdbank.GitVersioning#1281New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.8.118...v3.9.50
3.9.37-alpha
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.32-alpha...v3.9.37-alpha
3.9.32-alpha
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.17-alpha...v3.9.32-alpha
3.9.17-alpha
What's Changed
nbgv prepare-releasecommand to honor inheriting version.json files by @AArnott in Fixnbgv prepare-releasecommand to honor inheriting version.json files dotnet/Nerdbank.GitVersioning#1281Full Changelog: dotnet/Nerdbank.GitVersioning@v3.9.15-alpha...v3.9.17-alpha
3.9.15-alpha
What's Changed
versionHeightOffsetAppliesToproperty to version.json by @Copilot in AddversionHeightOffsetAppliesToproperty to version.json dotnet/Nerdbank.GitVersioning#1279New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.8.118...v3.9.15-alpha
3.8.118
Fixes
nbgv set-versionto write to the best version.json file in scope by @AArnott in Fixnbgv set-versionto write to the best version.json file in scope dotnet/Nerdbank.GitVersioning#1264Enhancements
Other changes
New Contributors
nbgvCLI reference dotnet/Nerdbank.GitVersioning#1145Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.115...v3.8.118
3.8.106-alpha
What's Changed
Enhancements
Fixes
nbgv set-versionto write to the best version.json file in scope by @AArnott in Fixnbgv set-versionto write to the best version.json file in scope dotnet/Nerdbank.GitVersioning#1264Other changes
New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.8.38-alpha...v3.8.106-alpha
3.8.38-alpha
Fixes
Enhancements
New Contributors
nbgvCLI reference dotnet/Nerdbank.GitVersioning#1145Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.115...v3.8.38-alpha
3.7.115
Changes:
Fixes:
Enhancements:
This list of changes was auto generated.
3.7.112
What's Changed
ThisAssemblyclass by @AArnott in Add option to include package version inThisAssemblyclass dotnet/Nerdbank.GitVersioning#976prepare-releasecommand by @fmacavilca in Allow customizing commit message pattern inprepare-releasecommand dotnet/Nerdbank.GitVersioning#996global::for all references to types inSystem.*namespaces. by @alexrp in AssemblyVersionInfo: Useglobal::for all references to types inSystem.*namespaces. dotnet/Nerdbank.GitVersioning#1012Languagespecial-casing to handle supported programming languages. by @alexrp in InvertLanguagespecial-casing to handle *supported* programming languages. dotnet/Nerdbank.GitVersioning#1021NBGV_UseAssemblyVersionInNativeVersionmsbuild property by @vitezslav-popovsky-solarwinds in IntroduceNBGV_UseAssemblyVersionInNativeVersionmsbuild property dotnet/Nerdbank.GitVersioning#1125New Contributors
prepare-releasecommand dotnet/Nerdbank.GitVersioning#996NBGV_UseAssemblyVersionInNativeVersionmsbuild property dotnet/Nerdbank.GitVersioning#1125Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.146...v3.7.112
3.7.77-alpha
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.70-alpha...v3.7.77-alpha
3.7.70-alpha
Changes:
Fixes:
Enhancements:
Others:
See More
gprefix in commit IDs... (truncated)
3.7.62-alpha
What's Changed
global::for all references to types inSystem.*namespaces. by @alexrp in AssemblyVersionInfo: Useglobal::for all references to types inSystem.*namespaces. dotnet/Nerdbank.GitVersioning#1012Languagespecial-casing to handle supported programming languages. by @alexrp in InvertLanguagespecial-casing to handle *supported* programming languages. dotnet/Nerdbank.GitVersioning#1021New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.48-alpha...v3.7.62-alpha
3.7.48-alpha
What's Changed
Features
ThisAssemblyclass. PR #976prepare-releasecommand. PR #996Fixes
New Contributors
Full Changelog
3.6.146
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.143...v3.6.146
3.6.143
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.141...v3.6.143
3.6.141
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.139...v3.6.141
3.6.139
What's Changed
New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.133...v3.6.139
3.6.133
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.132...v3.6.133
3.6.132
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.128...v3.6.132
3.6.128
What's Changed
$(Language)by @AArnott in Avoid build break for msbuild projects that do not set$(Language)dotnet/Nerdbank.GitVersioning#900Description has been truncated