-
Notifications
You must be signed in to change notification settings - Fork 0
Bump BenchmarkDotNet from 0.13.12 to 0.15.4 #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump BenchmarkDotNet from 0.13.12 to 0.15.4 #76
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…n.masker-and-michael-yarichuk Align metadata with author branding
…or-multiple-json-libraries Restructure solution into multiple Json.Masker libraries
….json Upgrade projects to .NET 8
…s/checkout-5 Bump actions/checkout from 4 to 5
…-and-ci-setup Streamline release automation and rename SystemTextJson package
…n-error fix(ci): use GitVersion 6.x
…pdate-versioning Fix GitVersion configuration for CI
fix(ci): try to fix gitversion versioning issue
fix(ci): proper config for gitversion
… improvements and try to reduce allocations a bit more
draft: refactor/optimize
…-update-readme Add XML documentation and refresh README samples
chore: update readme with perf data
# Conflicts: # src/Json.Masker.Abstract/DefaultMaskingService.cs # src/Json.Masker.Abstract/UtilExtensions.cs # src/Json.Masker.AspNet.Newtonsoft/JsonMaskingMiddlewareExtension.cs # src/Json.Masker.AspNet/JsonMaskingMiddlewareExtension.cs # src/Json.Masker.Newtonsoft/MaskingValueProvider.cs # src/Json.Masker.Newtonsoft/NewtonsoftMaskingExtensions.cs # src/Json.Masker.SystemTextJson/MaskingEnumerableConverter.cs # src/Json.Masker.SystemTextJson/MaskingScalarConverter.cs # src/Json.Masker.SystemTextJson/MaskingStringDictionaryConverter.cs # src/Json.Masker.SystemTextJson/TypeExtensions.cs
…and-improve-clarity Suppress benchmark strong-name warnings
chore: adjust changelog template
Updated README.md for clarity and conciseness, improved package descriptions, and streamlined quick start instructions.
…hing-for-projects Add AspNet packages to publishing workflows
--- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updated BenchmarkDotNet from 0.13.12 to 0.15.4.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.4
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html
Highlights
Allow override method/property for ParamsSource (#2832)
0.15.3
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html
Highlights
Improvements:
ArgumentsSource#2820--nodeReuse:false#2693 #2814Deprecations:
WithNuget#2812Bug fixes:
InvalidOperationExceptionin diagnosers #2758 #2805NativeMemoryProfiler#2794 #2795EtwProfiler#2807 #2808IsNetCoreandIsNativeAOTfor single-file apps without AOT #2799RPlotExporterfor latest version of R #28090.15.2
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
0.15.1
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
0.15.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
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()).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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)