Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [C#] Bump BenchmarkDotNet from 0.13.8 to 0.13.9 in /csharp (ap…
…ache#38161) Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.8 to 0.13.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet's releases</a>.</em></p> <blockquote> <h2>0.13.9</h2> <p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.9.html">https://benchmarkdotnet.org/changelog/v0.13.9.html</a></p> <p>In the <a href="https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.9">v0.13.9</a> scope, 3 issues were resolved and 7 pull requests were merged. This release includes 26 commits by 5 contributors.</p> <h2>Resolved issues (3)</h2> <ul> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2054">#2054</a> Custom logging/visualization during the benchmark run (assignee: <a href="https://github.com/caaavik-msft"><code>@caaavik-msft</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2404">#2404</a> Using <code>DisassemblyDiagnoser</code> in GitHub Actions (assignee: <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2432">#2432</a> Something went wrong with outliers when using <code>--launchCount</code> (assignee: <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> </ul> <h2>Merged pull requests (7)</h2> <ul> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/1882">#1882</a> use coalesce instead of join (by <a href="https://github.com/askazakov"><code>@askazakov</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2413">#2413</a> Fix linux crash from disassembler (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2420">#2420</a> Add event processor functionality (by <a href="https://github.com/caaavik-msft"><code>@caaavik-msft</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2421">#2421</a> More nullability warnings fixes (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2433">#2433</a> Fix build errors with latest sdk (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2434">#2434</a> Fix Event Processors not being copied in ManualConfig.Add (by <a href="https://github.com/caaavik-msft"><code>@caaavik-msft</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2435">#2435</a> Treat warnings not as errors in manual test project (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> </ul> <h2>Commits (26)</h2> <ul> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ece5ccfc91d92b610338b05da73d2a91508e2837">ece5cc</a> Set next BenchmarkDotNet version: 0.13.9 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/ad937654174e521741aac620e16635a8ff14b1c9">ad9376</a> Add event processor functionality (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2420">#2420</a>) (by <a href="https://github.com/caaavik-msft"><code>@caaavik-msft</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8227bbfa5f4d22c51f9c3856576d3680d8fc0a92">8227bb</a> Address PR feedback (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2434">#2434</a>) (by <a href="https://github.com/caaavik-msft"><code>@caaavik-msft</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/46b3c0171709c48f58966fdf2665b5f292ff6467">46b3c0</a> Fix linux crash from disassembler (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2413">#2413</a>) (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/967a975773ebd7a9744f3875220c7db8fa647957">967a97</a> Fix build errors with latest sdk. (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2433">#2433</a>) (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/dd7a9b7cd132e522951eeb6916a3aa27a24ebf59">dd7a9b</a> Treat warnings not as errors in manual test project (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2435">#2435</a>) (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/58387457bd67c62fda9c831329401fe0de4ae86f">583874</a> Print full stacktrace for GenerateException, see <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/6e3a159d3d3ae0d7eecc759c23a7bb0124e673df">6e3a15</a> Support WSL detection in RuntimeInformation (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8986e053c2fbc0befdef7d6e1a116a7bc83da282">8986e0</a> Update myget url in README (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/516bd68238c38bb6f622f71039d7b91f3f33776d">516bd6</a> Enabled nullability for BenchmarkDotNet.Diagnostics.dotTrace.csproj (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/5428ebdb8b6e9a847bb8ae6cf129b7dd9d784454">5428eb</a> Fixed nullability warnings in methods signatures (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/7fbbc9f506cee0048f2ea6e7af15fbe1aa0bd7f7">7fbbc9</a> Removed CanBeNull attribute (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9d7350c21b30c2655705ede68929243846b8a407">9d7350</a> Fixed warnings on null assignments (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/b43d280f1673526dff865f5fbfc1848c846eacdd">b43d28</a> Fixed warnings in EngineEventLogParser (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/148165baf92233a3e3e67efc552e7528edb2fc78">148165</a> Removed an unnecessary check (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/465aaf196a43d21b516edf6e9028c672c39937b9">465aaf</a> Fixed empty catch warning (by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9a7bb7d5d6c72a01f991d869b9106364c26b1fce">9a7bb7</a> [build] Bump: Microsoft.DocAsCode.App 2.67.5 -> Docfx.App 2.71.0 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9dd7b6f4b2511bbd30ba0f6d4999f7f58cf161a6">9dd7b6</a> Fix license badge link in README (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/134b8edd09ad7dad0a17728eae4e9f50e16d3fe0">134b8e</a> [build] Automatic NextVersion evaluation (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8090d995e847c3c3d84db1fd5acbee312a75cf81">8090d9</a> Suppress NETSDK1138 (TFM out of support warning) (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af610eec251bfa74f7317eaec915df9b905c979b">af610e</a> Bump .NET SDK: 7.0.305->7.0.401 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8838ed4bf74377642d32774c558c0955e67c0faf">8838ed</a> [build] Fix docfx build warnings (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2d379b37310983dbe645a2129066d9af65d9e0d7">2d379b</a> Remove outlier consistency check, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2432">#2432</a> (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/00628ab31b79a78e1c22c298ca0086bdf28065a7">00628a</a> use coalesce instead of join (by <a href="https://github.com/askazakov"><code>@askazakov</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/411a6e7594c45c9ffa55b0b6caecb7f6ed1b3081">411a6e</a> Prepare v0.13.9 changelog (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/228a464e8be6c580ad9408e98f18813f6407fb5a">228a46</a> Rollback docfx.json (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/228a464e8be6c580ad9408e98f18813f6407fb5a"><code>228a464</code></a> Rollback docfx.json</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/411a6e7594c45c9ffa55b0b6caecb7f6ed1b3081"><code>411a6e7</code></a> Prepare v0.13.9 changelog</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/00628ab31b79a78e1c22c298ca0086bdf28065a7"><code>00628ab</code></a> use coalesce instead of join</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2d379b37310983dbe645a2129066d9af65d9e0d7"><code>2d379b3</code></a> Remove outlier consistency check, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2432">#2432</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8838ed4bf74377642d32774c558c0955e67c0faf"><code>8838ed4</code></a> [build] Fix docfx build warnings</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/af610eec251bfa74f7317eaec915df9b905c979b"><code>af610ee</code></a> Bump .NET SDK: 7.0.305->7.0.401</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8090d995e847c3c3d84db1fd5acbee312a75cf81"><code>8090d99</code></a> Suppress NETSDK1138 (TFM out of support warning)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/134b8edd09ad7dad0a17728eae4e9f50e16d3fe0"><code>134b8ed</code></a> [build] Automatic NextVersion evaluation</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9dd7b6f4b2511bbd30ba0f6d4999f7f58cf161a6"><code>9dd7b6f</code></a> Fix license badge link in README</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9a7bb7d5d6c72a01f991d869b9106364c26b1fce"><code>9a7bb7d</code></a> [build] Bump: Microsoft.DocAsCode.App 2.67.5 -> Docfx.App 2.71.0</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.8...v0.13.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=BenchmarkDotNet&package-manager=nuget&previous-version=0.13.8&new-version=0.13.9)](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 <[email protected]>
- Loading branch information