dependabot[bot] opened a new pull request, #3560:
URL: https://github.com/apache/avro/pull/3560

   Updated [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 
0.13.10 to 0.15.6.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [BenchmarkDotNet's 
releases](https://github.com/dotnet/BenchmarkDotNet/releases)._
   
   ## 0.15.6
   
   Full changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html
   
   
   ## 0.15.5
   
   Full changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html
   
   
   
   ## 0.15.4
   
   Full changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html
   
   ## Highlights
   
   Allow override method/property for ParamsSource 
([#​2832](https://github.com/dotnet/BenchmarkDotNet/pull/2832))
   
   
   ## 0.15.3
   
   Full changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html
   
   ## Highlights
   
   Improvements:
   
   - Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU 
summary [#​2828](https://github.com/dotnet/BenchmarkDotNet/pull/2828)
   - Support benchmark filtering for TestAdapter 
[#​2662](https://github.com/dotnet/BenchmarkDotNet/issues/2662) 
[#​2788](https://github.com/dotnet/BenchmarkDotNet/pull/2788)
   - Support non-primitive external types in `ArgumentsSource` 
[#​2820](https://github.com/dotnet/BenchmarkDotNet/pull/2820)
   - Enable MSBuild parallel build via `--nodeReuse:false` 
[#​2693](https://github.com/dotnet/BenchmarkDotNet/issues/2693) 
[#​2814](https://github.com/dotnet/BenchmarkDotNet/pull/2814)
   - Improve CPU detection 
[#​2747](https://github.com/dotnet/BenchmarkDotNet/issues/2747) 
[#​2749](https://github.com/dotnet/BenchmarkDotNet/pull/2749)
   - Enable assembly signing for debug build 
[#​2774](https://github.com/dotnet/BenchmarkDotNet/pull/2774)
   
   Deprecations:
   
   - Deprecated `WithNuget` 
[#​2812](https://github.com/dotnet/BenchmarkDotNet/pull/2812)
   
   Bug fixes:
   
   - Fix `InvalidOperationException` in diagnosers 
[#​2758](https://github.com/dotnet/BenchmarkDotNet/issues/2758) 
[#​2805](https://github.com/dotnet/BenchmarkDotNet/pull/2805)
   - Fix file detection in `NativeMemoryProfiler` 
[#​2794](https://github.com/dotnet/BenchmarkDotNet/issues/2794) 
[#​2795](https://github.com/dotnet/BenchmarkDotNet/pull/2795)
   - Fix long file paths issue in `EtwProfiler` 
[#​2807](https://github.com/dotnet/BenchmarkDotNet/issues/2807) 
[#​2808](https://github.com/dotnet/BenchmarkDotNet/pull/2808)
   - Fix log duplications in TestAdapter 
[#​2790](https://github.com/dotnet/BenchmarkDotNet/pull/2790)
   - Fix x86 disassembler error for net462 
[#​2792](https://github.com/dotnet/BenchmarkDotNet/pull/2792)
   - Fix `IsNetCore` and `IsNativeAOT` for single-file apps without AOT 
[#​2799](https://github.com/dotnet/BenchmarkDotNet/pull/2799)
   - Fix density plot generation in `RPlotExporter` for latest version of R 
[#​2809](https://github.com/dotnet/BenchmarkDotNet/pull/2809)
   
   
   ## 0.15.2
   
   Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
   
   ## Highlights
   
   - The most significant update in this release is the enhanced accuracy of 
the memory diagnoser 
([#​2562](https://github.com/dotnet/BenchmarkDotNet/pull/2562)). This 
improvement resolves the issue of incorrectly reported memory allocations 
([#​1542](https://github.com/dotnet/BenchmarkDotNet/issues/1542), 
[#​2582](https://github.com/dotnet/BenchmarkDotNet/issues/2582)).
   - We have introduced a new feature that allows users to sort benchmark jobs 
in numerical order 
([#​2768](https://github.com/dotnet/BenchmarkDotNet/issues/2768), 
[#​2770](https://github.com/dotnet/BenchmarkDotNet/pull/2770)).
   - Benchmark validation has been improved 
([#​2771](https://github.com/dotnet/BenchmarkDotNet/pull/2771)).
   - An issue with non-persistent auto-generated JobId has been fixed 
([#​2777](https://github.com/dotnet/BenchmarkDotNet/pull/2777)).
   
   
   ## 0.15.1
   
   Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
   
   ## Highlights
   
   -  Added support for *.slnx 
([#​2763](https://github.com/dotnet/BenchmarkDotNet/issues/2763), 
[#​2764](https://github.com/dotnet/BenchmarkDotNet/pull/2764))
   -  Enabled ArgumentsSource to reference methods in other types 
([#​2744](https://github.com/dotnet/BenchmarkDotNet/issues/2744), 
[#​2748](https://github.com/dotnet/BenchmarkDotNet/pull/2748))
   -  Resolved fatal errors for ARM CPUs 
([#​2745](https://github.com/dotnet/BenchmarkDotNet/issues/2745), 
[#​2756](https://github.com/dotnet/BenchmarkDotNet/pull/2756))
   -  Fixed bugs related to support for Android, browser, iOS, and tvOS 
([#​2739](https://github.com/dotnet/BenchmarkDotNet/issues/2739), 
[#​2741](https://github.com/dotnet/BenchmarkDotNet/pull/2741), 
[#​2740](https://github.com/dotnet/BenchmarkDotNet/issues/2740), 
[#​2742](https://github.com/dotnet/BenchmarkDotNet/pull/2742))
   
   
   
   ## 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
   
   * Introduce `BenchmarkDotNet.Diagnostics.dotMemory` 
[#​2549](https://github.com/dotnet/BenchmarkDotNet/pull/2549): memory 
allocation profile of your benchmarks using 
[dotMemory](https://www.jetbrains.com/dotmemory/), see 
@​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
   * Introduce `BenchmarkDotNet.Exporters.Plotting` 
[#​2560](https://github.com/dotnet/BenchmarkDotNet/pull/2560): plotting via 
[ScottPlot](https://scottplot.net/) (initial version)
   * Multiple bugfixes
   * The default build toolchains have been updated to pass 
`IntermediateOutputPath`, `OutputPath`, and `OutDir` properties to the `dotnet 
build` command. 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 `.csproj` and 
`.props` from those properties if you need to copy custom files to the output.
   
   ## Bug fixes
   
   * Fixed multiple build-related bugs including passing MsBuildArguments and 
.Net 8's `UseArtifactsOutput`.
   
   ## Breaking Changes
   
   * `DotNetCliBuilder` removed `retryFailedBuildWithNoDeps` constructor option.
   * `DotNetCliCommand` removed `RetryFailedBuildWithNoDeps` property and 
`BuildNoRestoreNoDependencies()` and `PublishNoBuildAndNoRestore()` methods 
(replaced with `PublishNoRestore()`).
   
   ## 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](https://benchmarkdotnet.org/articles/features/vstest.html).
   
   This release also includes to a minor bug fix that caused incorrect job id 
generation:  fixed job id generation 
([#​2491](https://github.com/dotnet/BenchmarkDotNet/pull/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](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone: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)
   
   * [#​2060](https://github.com/dotnet/BenchmarkDotNet/issues/2060) NativeAOT 
benchmark started from .Net Framework host doesn't have all intrinsics enabled 
(assignee: [@​adamsitnik](https://github.com/adamsitnik))
   * [#​2233](https://github.com/dotnet/BenchmarkDotNet/issues/2233) Q: Include 
hardware counters in XML output (assignee: 
[@​nazulg](https://github.com/nazulg))
   * [#​2388](https://github.com/dotnet/BenchmarkDotNet/issues/2388) Include 
AVX512 in listed HardwareIntrinsics
   * [#​2463](https://github.com/dotnet/BenchmarkDotNet/issues/2463) Bug. 
Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize 
(assignee: [@​adamsitnik](https://github.com/adamsitnik))
   
   ## Merged pull requests (8)
   
   * [#​2412](https://github.com/dotnet/BenchmarkDotNet/pull/2412) Add 
HardwareIntrinsics AVX-512 info (by [@​nietras](https://github.com/nietras))
   * [#​2458](https://github.com/dotnet/BenchmarkDotNet/pull/2458) Adds Metrics 
Columns to Benchmark Report Output (by [@​nazulg](https://github.com/nazulg))
   * [#​2459](https://github.com/dotnet/BenchmarkDotNet/pull/2459) Enable 
MemoryDiagnoser on Legacy Mono (by 
[@​MichalPetryka](https://github.com/MichalPetryka))
   * [#​2462](https://github.com/dotnet/BenchmarkDotNet/pull/2462) update SDK 
to .NET 8 (by [@​adamsitnik](https://github.com/adamsitnik))
   * [#​2464](https://github.com/dotnet/BenchmarkDotNet/pull/2464) Use "native" 
for .NET 8, don't use "serialize" for .NET 7 (by 
[@​adamsitnik](https://github.com/adamsitnik))
   * [#​2465](https://github.com/dotnet/BenchmarkDotNet/pull/2465) fix 
NativeAOT toolchain and tests (by [@​adamsitnik](https://github.com/adamsitnik))
   * [#​2468](https://github.com/dotnet/BenchmarkDotNet/pull/2468) Add 
OperationsPerSecondAttribute (by 
[@​DarkWanderer](https://github.com/DarkWanderer))
   * [#​2475](https://github.com/dotnet/BenchmarkDotNet/pull/2475) Fix some 
tests (by [@​timcassell](https://github.com/timcassell))
   
   ## Commits (28)
   
   * 
[bb55e6](https://github.com/dotnet/BenchmarkDotNet/commit/bb55e6b067829c74e04838255e96d949857d5731)
 Set next BenchmarkDotNet version: 0.13.11 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[db4d8b](https://github.com/dotnet/BenchmarkDotNet/commit/db4d8b6d8a652db4bb1e4b1b4b0cd9df917e9584)
 Adds Metrics Columns to Benchmark Report Output (#​2458) (by 
[@​nazulg](https://github.com/nazulg))
   * 
[e93b2b](https://github.com/dotnet/BenchmarkDotNet/commit/e93b2b1b332fc90da4934025e2edba7d67a15b54)
 Use "native" for .NET 8, don't use "serialize" for .NET 7 (#​2464) (by 
[@​adamsitnik](https://github.com/adamsitnik))
   * 
[127157](https://github.com/dotnet/BenchmarkDotNet/commit/127157924014afe2d0b58398d682381a855d7c34)
 [build] Fix spellcheck-docs workflow (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[8a02ec](https://github.com/dotnet/BenchmarkDotNet/commit/8a02ec28d55529f9be0ea66d843049738b2be8fa)
 [build] Use our .NET SDK on Windows (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[1b39e8](https://github.com/dotnet/BenchmarkDotNet/commit/1b39e8e6d5437bdbf0bb62986e680e54b19cc873)
 Suppress NU1903 in IntegrationTests.ManualRunning.MultipleFrameworks (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[e90311](https://github.com/dotnet/BenchmarkDotNet/commit/e90311539d78e4bf9d90c6aeae9f40219b31a4ac)
 update SDK to .NET 8 (#​2462) (by 
[@​adamsitnik](https://github.com/adamsitnik))
   * 
[fc7afe](https://github.com/dotnet/BenchmarkDotNet/commit/fc7afeddcff7a52ccee165ac99ba216e8eb138ab)
 Enable MemoryDiagnoser on Legacy Mono (#​2459) (by 
[@​MichalPetryka](https://github.com/MichalPetryka))
   * 
[630622](https://github.com/dotnet/BenchmarkDotNet/commit/630622b6df3192f766ffa03ff07b5086e70cb264)
 fix NativeAOT toolchain and tests (#​2465) (by 
[@​adamsitnik](https://github.com/adamsitnik))
   * 
[536a28](https://github.com/dotnet/BenchmarkDotNet/commit/536a28e0ff2196255fb120aa0d39e40bdbde454a)
 Add HardwareIntrinsics AVX-512 info (#​2412) (by 
[@​nietras](https://github.com/nietras))
   * 
[3fa045](https://github.com/dotnet/BenchmarkDotNet/commit/3fa0456495cac82b536902b101a2972c62c3e4a8)
 Add OperationsPerSecondAttribute (#​2468) (by 
[@​DarkWanderer](https://github.com/DarkWanderer))
   * 
[0583cb](https://github.com/dotnet/BenchmarkDotNet/commit/0583cb90739b3ee4b8258f807ef42cdc3243f82f)
 Bump Microsoft.NETCore.Platforms: 5.0.0->6.0.0 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[2e62b9](https://github.com/dotnet/BenchmarkDotNet/commit/2e62b9b0a8c80255914e9e11d06d92871df40f85)
 Remove netcoreapp2.0;net461 from TFMs for 
IntegrationTests.ManualRunning.Mult... (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[92fa3f](https://github.com/dotnet/BenchmarkDotNet/commit/92fa3f834e0519d32fd8fc97e26aa82f9626b241)
 Bump xunit: 2.5.0->2.6.2 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[01e220](https://github.com/dotnet/BenchmarkDotNet/commit/01e2201c826dd44e089a22c40d8c3abecba320fa)
 Bump xunit.runner.visualstudio: 2.5.0->2.5.4 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[29a94c](https://github.com/dotnet/BenchmarkDotNet/commit/29a94ce301dac6121d1e0d1a0d783a6491c27703)
 Bump Verify.Xunit: 20.3.2->20.8.2 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[538e0e](https://github.com/dotnet/BenchmarkDotNet/commit/538e0e1771be037ef587b08cb52515ce6daf5c0e)
 Bump Microsoft.NET.Test.SDK: 17.6.2->17.8.0 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[136e4b](https://github.com/dotnet/BenchmarkDotNet/commit/136e4bb3f18a419df40c18a5430a29243ab57fd8)
 Remove explicit Microsoft.NETFramework.ReferenceAssemblies reference in 
Bench... (by [@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[423b84](https://github.com/dotnet/BenchmarkDotNet/commit/423b8473d02d5bd59617675190660222198bf7d0)
 [build] Bump Docfx.App: 2.71.1->2.74.0 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[718953](https://github.com/dotnet/BenchmarkDotNet/commit/718953674a83da4de6563368f38776048024f0d3)
 [build] Bump Octokit: 7.0.0->9.0.0 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[0cce91](https://github.com/dotnet/BenchmarkDotNet/commit/0cce9120bd717e31a4a6a4a396faa8f38fd3cc08)
 [build] Bump Cake.Frosting: 3.2.0->4.0.0 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[4d5dc9](https://github.com/dotnet/BenchmarkDotNet/commit/4d5dc9ca13072d384cabf565bc3622f8de5626d7)
 Fix Newtonsoft.Json v13.0.1 in BenchmarkDotNet.IntegrationTests (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[c7ec60](https://github.com/dotnet/BenchmarkDotNet/commit/c7ec60ad6d4e54a99463eb46a0307196cc040940)
 Enable UserCanSpecifyCustomNuGetPackageDependency test on Linux (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[a572db](https://github.com/dotnet/BenchmarkDotNet/commit/a572db119798fb58b24437ccef6a364efd59e836)
 Bump C# LangVersion: 11.0->12.0 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[b4ac9d](https://github.com/dotnet/BenchmarkDotNet/commit/b4ac9df9f7890ca9669e2b9c8835af35c072a453)
 Nullability cleanup (2023-11-26) (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
   * 
[5557ae](https://github.com/dotnet/BenchmarkDotNet/commit/5557aee0638bda38001bd6c2000164d9b96d315a)
 [build] Bump Docfx.App: 2.74.0->2.74.1 (by 
[@​AndreyAkinshin](https://github.com/AndreyAkinshin))
    ... (truncated)
   
   Commits viewable in [compare 
view](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.15.6).
   </details>
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet&package-manager=nuget&previous-version=0.13.10&new-version=0.15.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to