Skip to content
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

MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.9 to 0.13.10 in /csharp #38605

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps BenchmarkDotNet.Diagnostics.Windows from 0.13.9 to 0.13.10.

Release notes

Sourced from BenchmarkDotNet.Diagnostics.Windows'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)

Merged pull requests (3)

Commits (10)

Contributors (4)

Thank you very much!

Commits
  • 40c4142 Prepare v0.13.10 changelog
  • ae49148 implement full .NET 9 support (#2456)
  • 0a734a9 feat: set RuntimeHostConfigurationOption on generated project (#2453)
  • e170684 Adjust 'Failed to set up high priority' message
  • 7b342f5 Add support for wasm/net9.0 (#2447)
  • e111368 [build] Bump Docfx.App: 2.71.0->2.71.1
  • af9c5c6 Exception handling in DotNetCliGenerator.GetRootDirectory, fix #2436
  • d17c6ad Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper
  • 2e96d29 Don't show AssemblyInformationalVersion metadata in BDN BrandVersion
  • c27152b Set next BenchmarkDotNet version: 0.13.10
  • See full diff in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot requested a review from westonpace as a code owner November 6, 2023 17:01
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Nov 6, 2023
Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/BenchmarkDotNet.Diagnostics.Windows-0.13.10 branch from 10aa54f to dad4467 Compare November 6, 2023 22:13
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit dbed499 into main Nov 7, 2023
54 of 55 checks passed
@kou kou removed the awaiting review Awaiting review label Nov 7, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/BenchmarkDotNet.Diagnostics.Windows-0.13.10 branch November 7, 2023 02:00
@github-actions github-actions bot added the awaiting merge Awaiting merge label Nov 7, 2023
JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Nov 9, 2023
….13.10 in /csharp (apache#38605)

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet.Diagnostics.Windows's releases</a>.</em></p>
<blockquote>
<h2>0.13.10</h2>
<p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.10.html">https://benchmarkdotnet.org/changelog/v0.13.10.html</a></p>
<h2>Highlights</h2>
<p>Initial support of .NET 9 and minor bug fixes.</p>
<h2>Details</h2>
<p>In the <a href="https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.10">v0.13.10</a> scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.</p>
<h2>Resolved issues (2)</h2>
<ul>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a> BenchmarkDotNet Access Denied Error on WSL2 when Writing to '/mnt/c/DumpStack.log.tmp' (assignee: <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2455">#2455</a> .NET 9 support (assignee: <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
</ul>
<h2>Merged pull requests (3)</h2>
<ul>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2447">#2447</a> Add support for wasm/net9.0 (by <a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2453">#2453</a> feat: set RuntimeHostConfigurationOption on generated project (by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2456">#2456</a> implement full .NET 9 support (by <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
</ul>
<h2>Commits (10)</h2>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c27152b9d7b6391501abcf7e8edcb2804999622f">c27152</a> Set next BenchmarkDotNet version: 0.13.10 (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e96d29453a804cfc1b92fffeea94c866522167a">2e96d2</a> Don't show AssemblyInformationalVersion metadata in BDN BrandVersion (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d17c6ad0bd8ac15d83ced0a7522de7dd51526ad4">d17c6a</a> Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af9c5c6013b4e661cda0ff8fed40a50ae62d5a74">af9c5c</a> Exception handling in DotNetCliGenerator.GetRootDirectory, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a> (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e11136897bdf26c004076bcbe812bb4ae60f8859">e11136</a> [build] Bump Docfx.App: 2.71.0-&gt;2.71.1 (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7b342f5cfb63c73708f3e69dde33d7430a3c0401">7b342f</a> Add support for wasm/net9.0 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2447">#2447</a>) (by <a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e170684208103ca5ba4212ad8dc7c2aad5cf02d4">e17068</a> Adjust 'Failed to set up high priority' message (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0a734a94a13733c2950d7edbac08499c6f2c108a">0a734a</a> feat: set RuntimeHostConfigurationOption on generated project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2453">#2453</a>) (by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ae49148a92c358676190772803fe0ed532814ce3">ae4914</a> implement full .NET 9 support (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2456">#2456</a>) (by <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/40c4142734ce68bdfcbccf7086ed2b724e9428bc">40c414</a> Prepare v0.13.10 changelog (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
</ul>
<h2>Contributors (4)</h2>
<ul>
<li>Adam Sitnik (<a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
<li>Andrey Akinshin (<a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li>Ankit Jain (<a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li>workgroupengineering (<a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
</ul>
<p>Thank you very much!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/40c4142734ce68bdfcbccf7086ed2b724e9428bc"><code>40c4142</code></a> Prepare v0.13.10 changelog</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ae49148a92c358676190772803fe0ed532814ce3"><code>ae49148</code></a> implement full .NET 9 support (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2456">#2456</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0a734a94a13733c2950d7edbac08499c6f2c108a"><code>0a734a9</code></a> feat: set RuntimeHostConfigurationOption on generated project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2453">#2453</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e170684208103ca5ba4212ad8dc7c2aad5cf02d4"><code>e170684</code></a> Adjust 'Failed to set up high priority' message</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7b342f5cfb63c73708f3e69dde33d7430a3c0401"><code>7b342f5</code></a> Add support for wasm/net9.0 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2447">#2447</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e11136897bdf26c004076bcbe812bb4ae60f8859"><code>e111368</code></a> [build] Bump Docfx.App: 2.71.0-&gt;2.71.1</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af9c5c6013b4e661cda0ff8fed40a50ae62d5a74"><code>af9c5c6</code></a> Exception handling in DotNetCliGenerator.GetRootDirectory, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a></li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d17c6ad0bd8ac15d83ced0a7522de7dd51526ad4"><code>d17c6ad</code></a> Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e96d29453a804cfc1b92fffeea94c866522167a"><code>2e96d29</code></a> Don't show AssemblyInformationalVersion metadata in BDN BrandVersion</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c27152b9d7b6391501abcf7e8edcb2804999622f"><code>c27152b</code></a> Set next BenchmarkDotNet version: 0.13.10</li>
<li>See full diff in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet.Diagnostics.Windows&package-manager=nuget&previous-version=0.13.9&new-version=0.13.10)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
….13.10 in /csharp (apache#38605)

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet.Diagnostics.Windows's releases</a>.</em></p>
<blockquote>
<h2>0.13.10</h2>
<p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.10.html">https://benchmarkdotnet.org/changelog/v0.13.10.html</a></p>
<h2>Highlights</h2>
<p>Initial support of .NET 9 and minor bug fixes.</p>
<h2>Details</h2>
<p>In the <a href="https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.10">v0.13.10</a> scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.</p>
<h2>Resolved issues (2)</h2>
<ul>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a> BenchmarkDotNet Access Denied Error on WSL2 when Writing to '/mnt/c/DumpStack.log.tmp' (assignee: <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2455">#2455</a> .NET 9 support (assignee: <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
</ul>
<h2>Merged pull requests (3)</h2>
<ul>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2447">#2447</a> Add support for wasm/net9.0 (by <a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2453">#2453</a> feat: set RuntimeHostConfigurationOption on generated project (by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2456">#2456</a> implement full .NET 9 support (by <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
</ul>
<h2>Commits (10)</h2>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c27152b9d7b6391501abcf7e8edcb2804999622f">c27152</a> Set next BenchmarkDotNet version: 0.13.10 (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e96d29453a804cfc1b92fffeea94c866522167a">2e96d2</a> Don't show AssemblyInformationalVersion metadata in BDN BrandVersion (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d17c6ad0bd8ac15d83ced0a7522de7dd51526ad4">d17c6a</a> Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af9c5c6013b4e661cda0ff8fed40a50ae62d5a74">af9c5c</a> Exception handling in DotNetCliGenerator.GetRootDirectory, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a> (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e11136897bdf26c004076bcbe812bb4ae60f8859">e11136</a> [build] Bump Docfx.App: 2.71.0-&gt;2.71.1 (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7b342f5cfb63c73708f3e69dde33d7430a3c0401">7b342f</a> Add support for wasm/net9.0 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2447">#2447</a>) (by <a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e170684208103ca5ba4212ad8dc7c2aad5cf02d4">e17068</a> Adjust 'Failed to set up high priority' message (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0a734a94a13733c2950d7edbac08499c6f2c108a">0a734a</a> feat: set RuntimeHostConfigurationOption on generated project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2453">#2453</a>) (by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ae49148a92c358676190772803fe0ed532814ce3">ae4914</a> implement full .NET 9 support (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2456">#2456</a>) (by <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/40c4142734ce68bdfcbccf7086ed2b724e9428bc">40c414</a> Prepare v0.13.10 changelog (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
</ul>
<h2>Contributors (4)</h2>
<ul>
<li>Adam Sitnik (<a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
<li>Andrey Akinshin (<a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li>Ankit Jain (<a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li>workgroupengineering (<a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
</ul>
<p>Thank you very much!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/40c4142734ce68bdfcbccf7086ed2b724e9428bc"><code>40c4142</code></a> Prepare v0.13.10 changelog</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ae49148a92c358676190772803fe0ed532814ce3"><code>ae49148</code></a> implement full .NET 9 support (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2456">#2456</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0a734a94a13733c2950d7edbac08499c6f2c108a"><code>0a734a9</code></a> feat: set RuntimeHostConfigurationOption on generated project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2453">#2453</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e170684208103ca5ba4212ad8dc7c2aad5cf02d4"><code>e170684</code></a> Adjust 'Failed to set up high priority' message</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7b342f5cfb63c73708f3e69dde33d7430a3c0401"><code>7b342f5</code></a> Add support for wasm/net9.0 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2447">#2447</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e11136897bdf26c004076bcbe812bb4ae60f8859"><code>e111368</code></a> [build] Bump Docfx.App: 2.71.0-&gt;2.71.1</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af9c5c6013b4e661cda0ff8fed40a50ae62d5a74"><code>af9c5c6</code></a> Exception handling in DotNetCliGenerator.GetRootDirectory, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a></li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d17c6ad0bd8ac15d83ced0a7522de7dd51526ad4"><code>d17c6ad</code></a> Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e96d29453a804cfc1b92fffeea94c866522167a"><code>2e96d29</code></a> Don't show AssemblyInformationalVersion metadata in BDN BrandVersion</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c27152b9d7b6391501abcf7e8edcb2804999622f"><code>c27152b</code></a> Set next BenchmarkDotNet version: 0.13.10</li>
<li>See full diff in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet.Diagnostics.Windows&package-manager=nuget&previous-version=0.13.9&new-version=0.13.10)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
….13.10 in /csharp (apache#38605)

Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet.Diagnostics.Windows's releases</a>.</em></p>
<blockquote>
<h2>0.13.10</h2>
<p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.10.html">https://benchmarkdotnet.org/changelog/v0.13.10.html</a></p>
<h2>Highlights</h2>
<p>Initial support of .NET 9 and minor bug fixes.</p>
<h2>Details</h2>
<p>In the <a href="https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.10">v0.13.10</a> scope,
2 issues were resolved and 3 pull requests were merged.
This release includes 10 commits by 4 contributors.</p>
<h2>Resolved issues (2)</h2>
<ul>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a> BenchmarkDotNet Access Denied Error on WSL2 when Writing to '/mnt/c/DumpStack.log.tmp' (assignee: <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2455">#2455</a> .NET 9 support (assignee: <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
</ul>
<h2>Merged pull requests (3)</h2>
<ul>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2447">#2447</a> Add support for wasm/net9.0 (by <a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2453">#2453</a> feat: set RuntimeHostConfigurationOption on generated project (by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
<li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2456">#2456</a> implement full .NET 9 support (by <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
</ul>
<h2>Commits (10)</h2>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c27152b9d7b6391501abcf7e8edcb2804999622f">c27152</a> Set next BenchmarkDotNet version: 0.13.10 (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e96d29453a804cfc1b92fffeea94c866522167a">2e96d2</a> Don't show AssemblyInformationalVersion metadata in BDN BrandVersion (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d17c6ad0bd8ac15d83ced0a7522de7dd51526ad4">d17c6a</a> Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af9c5c6013b4e661cda0ff8fed40a50ae62d5a74">af9c5c</a> Exception handling in DotNetCliGenerator.GetRootDirectory, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a> (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e11136897bdf26c004076bcbe812bb4ae60f8859">e11136</a> [build] Bump Docfx.App: 2.71.0-&gt;2.71.1 (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7b342f5cfb63c73708f3e69dde33d7430a3c0401">7b342f</a> Add support for wasm/net9.0 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2447">#2447</a>) (by <a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e170684208103ca5ba4212ad8dc7c2aad5cf02d4">e17068</a> Adjust 'Failed to set up high priority' message (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0a734a94a13733c2950d7edbac08499c6f2c108a">0a734a</a> feat: set RuntimeHostConfigurationOption on generated project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2453">#2453</a>) (by <a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ae49148a92c358676190772803fe0ed532814ce3">ae4914</a> implement full .NET 9 support (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2456">#2456</a>) (by <a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/40c4142734ce68bdfcbccf7086ed2b724e9428bc">40c414</a> Prepare v0.13.10 changelog (by <a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
</ul>
<h2>Contributors (4)</h2>
<ul>
<li>Adam Sitnik (<a href="https://github.com/adamsitnik"><code>@​adamsitnik</code></a>)</li>
<li>Andrey Akinshin (<a href="https://github.com/AndreyAkinshin"><code>@​AndreyAkinshin</code></a>)</li>
<li>Ankit Jain (<a href="https://github.com/radical"><code>@​radical</code></a>)</li>
<li>workgroupengineering (<a href="https://github.com/workgroupengineering"><code>@​workgroupengineering</code></a>)</li>
</ul>
<p>Thank you very much!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/40c4142734ce68bdfcbccf7086ed2b724e9428bc"><code>40c4142</code></a> Prepare v0.13.10 changelog</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ae49148a92c358676190772803fe0ed532814ce3"><code>ae49148</code></a> implement full .NET 9 support (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2456">#2456</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0a734a94a13733c2950d7edbac08499c6f2c108a"><code>0a734a9</code></a> feat: set RuntimeHostConfigurationOption on generated project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2453">#2453</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e170684208103ca5ba4212ad8dc7c2aad5cf02d4"><code>e170684</code></a> Adjust 'Failed to set up high priority' message</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7b342f5cfb63c73708f3e69dde33d7430a3c0401"><code>7b342f5</code></a> Add support for wasm/net9.0 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2447">#2447</a>)</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e11136897bdf26c004076bcbe812bb4ae60f8859"><code>e111368</code></a> [build] Bump Docfx.App: 2.71.0-&gt;2.71.1</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af9c5c6013b4e661cda0ff8fed40a50ae62d5a74"><code>af9c5c6</code></a> Exception handling in DotNetCliGenerator.GetRootDirectory, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2436">#2436</a></li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d17c6ad0bd8ac15d83ced0a7522de7dd51526ad4"><code>d17c6ad</code></a> Support Windows 11 23H2 (10.0.22631) in OsBrandStringHelper</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e96d29453a804cfc1b92fffeea94c866522167a"><code>2e96d29</code></a> Don't show AssemblyInformationalVersion metadata in BDN BrandVersion</li>
<li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c27152b9d7b6391501abcf7e8edcb2804999622f"><code>c27152b</code></a> Set next BenchmarkDotNet version: 0.13.10</li>
<li>See full diff in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet.Diagnostics.Windows&package-manager=nuget&previous-version=0.13.9&new-version=0.13.10)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant