Commits
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=96&d=mm)

dependabot[bot] authored and GitHub committed e9b3d40fa75
MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows, BenchmarkDotNet and System.Runtime.CompilerServices.Unsafe in /csharp (#41073) Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet), [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `BenchmarkDotNet.Diagnostics.Windows` from 0.13.10 to 0.13.12 <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.12</h2> <p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.12.html">https://benchmarkdotnet.org/changelog/v0.13.12.html</a></p> <h2>Highlights</h2> <p>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 <a href="https://benchmarkdotnet.org/articles/features/vstest.html">here</a>.</p> <p>This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2491">#2491</a>).</p> <p>Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.</p> <h2>0.13.11</h2> <p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.11.html">https://benchmarkdotnet.org/changelog/v0.13.11.html</a></p> <p>In the <a href="https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.11">v0.13.11</a> scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.</p> <h2>Resolved issues (4)</h2> <ul> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2060">#2060</a> NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2233">#2233</a> Q: Include hardware counters in XML output (assignee: <a href="https://github.com/nazulg"><code>@nazulg</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2388">#2388</a> Include AVX512 in listed HardwareIntrinsics</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2463">#2463</a> Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> </ul> <h2>Merged pull requests (8)</h2> <ul> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2412">#2412</a> Add HardwareIntrinsics AVX-512 info (by <a href="https://github.com/nietras"><code>@nietras</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2458">#2458</a> Adds Metrics Columns to Benchmark Report Output (by <a href="https://github.com/nazulg"><code>@nazulg</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2459">#2459</a> Enable MemoryDiagnoser on Legacy Mono (by <a href="https://github.com/MichalPetryka"><code>@MichalPetryka</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2462">#2462</a> update SDK to .NET 8 (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2464">#2464</a> Use "native" for .NET 8, don't use "serialize" for .NET 7 (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2465">#2465</a> fix NativeAOT toolchain and tests (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2468">#2468</a> Add OperationsPerSecondAttribute (by <a href="https://github.com/DarkWanderer"><code>@DarkWanderer</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2475">#2475</a> Fix some tests (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> </ul> <h2>Commits (28)</h2> <ul> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/bb55e6b067829c74e04838255e96d949857d5731">bb55e6</a> Set next BenchmarkDotNet version: 0.13.11 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/db4d8b6d8a652db4bb1e4b1b4b0cd9df917e9584">db4d8b</a> Adds Metrics Columns to Benchmark Report Output (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2458">#2458</a>) (by <a href="https://github.com/nazulg"><code>@nazulg</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e93b2b1b332fc90da4934025e2edba7d67a15b54">e93b2b</a> Use "native" for .NET 8, don't use "serialize" for .NET 7 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2464">#2464</a>) (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/127157924014afe2d0b58398d682381a855d7c34">127157</a> [build] Fix spellcheck-docs workflow (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8a02ec28d55529f9be0ea66d843049738b2be8fa">8a02ec</a> [build] Use our .NET SDK on Windows (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/1b39e8e6d5437bdbf0bb62986e680e54b19cc873">1b39e8</a> Suppress NU1903 in IntegrationTests.ManualRunning.MultipleFrameworks (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e90311539d78e4bf9d90c6aeae9f40219b31a4ac">e90311</a> update SDK to .NET 8 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2462">#2462</a>) (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/fc7afeddcff7a52ccee165ac99ba216e8eb138ab">fc7afe</a> Enable MemoryDiagnoser on Legacy Mono (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2459">#2459</a>) (by <a href="https://github.com/MichalPetryka"><code>@MichalPetryka</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/630622b6df3192f766ffa03ff07b5086e70cb264">630622</a> fix NativeAOT toolchain and tests (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2465">#2465</a>) (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/536a28e0ff2196255fb120aa0d39e40bdbde454a">536a28</a> Add HardwareIntrinsics AVX-512 info (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2412">#2412</a>) (by <a href="https://github.com/nietras"><code>@nietras</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/3fa0456495cac82b536902b101a2972c62c3e4a8">3fa045</a> Add OperationsPerSecondAttribute (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2468">#2468</a>) (by <a href="https://github.com/DarkWanderer"><code>@DarkWanderer</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0583cb90739b3ee4b8258f807ef42cdc3243f82f">0583cb</a> Bump Microsoft.NETCore.Platforms: 5.0.0->6.0.0 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e62b9b0a8c80255914e9e11d06d92871df40f85">2e62b9</a> Remove netcoreapp2.0;net461 from TFMs for IntegrationTests.ManualRunning.Mult... (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/cdce32ffa123467d928488e5c15bf20f1119aa06"><code>cdce32f</code></a> Prepare v0.13.12 changelog</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0159b886ee96da1d0e6908c6230c922a989a0b0b"><code>0159b88</code></a> [docs] Update vstest</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2990951d85ea36647fa4b0bbee1a1bd01f4db583"><code>2990951</code></a> [Bug Fix] Custom SimpleJob Id ignored (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2491">#2491</a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/06fb242fd1bfea87874dea49d5bf93f1cf13a903"><code>06fb242</code></a> Use different FQNs for parameterized cases in TestAdapter, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2494">#2494</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/b67b6b18ce30f85e03b0ef5daa77b250dc722289"><code>b67b6b1</code></a> Update pack files layout for BenchmarkDotNet.TestAdapter, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2492">#2492</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9f74923b27fa3cfb1990ae62f8d5169bbf745a73"><code>9f74923</code></a> [build] Add test-pack job in run-tests workflow, see <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2492">#2492</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8b6badbdd21a4e30d5f78fa205c3c3cad1c79365"><code>8b6badb</code></a> [build] In the release workflow, automatically generate an announcement discu...</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/5c465372c756049fa3d3dc61ae805da8dabfe76a"><code>5c46537</code></a> [build] Bump Octokit: 9.0.0->9.1.0</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/41b23b7dc8037cec7c05c0ca0bac0db1e767954b"><code>41b23b7</code></a> Update default framework version to net8.0 (LTS)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/91f3f7ee608f66893050952dffcc5bfa83171943"><code>91f3f7e</code></a> Add a VSTest Adapter (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2438">#2438</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.12">compare view</a></li> </ul> </details> <br /> Updates `BenchmarkDotNet` from 0.13.10 to 0.13.12 <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.12</h2> <p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.12.html">https://benchmarkdotnet.org/changelog/v0.13.12.html</a></p> <h2>Highlights</h2> <p>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 <a href="https://benchmarkdotnet.org/articles/features/vstest.html">here</a>.</p> <p>This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2491">#2491</a>).</p> <p>Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.</p> <h2>0.13.11</h2> <p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.11.html">https://benchmarkdotnet.org/changelog/v0.13.11.html</a></p> <p>In the <a href="https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.11">v0.13.11</a> scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.</p> <h2>Resolved issues (4)</h2> <ul> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2060">#2060</a> NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2233">#2233</a> Q: Include hardware counters in XML output (assignee: <a href="https://github.com/nazulg"><code>@nazulg</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2388">#2388</a> Include AVX512 in listed HardwareIntrinsics</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2463">#2463</a> Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> </ul> <h2>Merged pull requests (8)</h2> <ul> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2412">#2412</a> Add HardwareIntrinsics AVX-512 info (by <a href="https://github.com/nietras"><code>@nietras</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2458">#2458</a> Adds Metrics Columns to Benchmark Report Output (by <a href="https://github.com/nazulg"><code>@nazulg</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2459">#2459</a> Enable MemoryDiagnoser on Legacy Mono (by <a href="https://github.com/MichalPetryka"><code>@MichalPetryka</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2462">#2462</a> update SDK to .NET 8 (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2464">#2464</a> Use "native" for .NET 8, don't use "serialize" for .NET 7 (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2465">#2465</a> fix NativeAOT toolchain and tests (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2468">#2468</a> Add OperationsPerSecondAttribute (by <a href="https://github.com/DarkWanderer"><code>@DarkWanderer</code></a>)</li> <li><a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2475">#2475</a> Fix some tests (by <a href="https://github.com/timcassell"><code>@timcassell</code></a>)</li> </ul> <h2>Commits (28)</h2> <ul> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/bb55e6b067829c74e04838255e96d949857d5731">bb55e6</a> Set next BenchmarkDotNet version: 0.13.11 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/db4d8b6d8a652db4bb1e4b1b4b0cd9df917e9584">db4d8b</a> Adds Metrics Columns to Benchmark Report Output (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2458">#2458</a>) (by <a href="https://github.com/nazulg"><code>@nazulg</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e93b2b1b332fc90da4934025e2edba7d67a15b54">e93b2b</a> Use "native" for .NET 8, don't use "serialize" for .NET 7 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2464">#2464</a>) (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/127157924014afe2d0b58398d682381a855d7c34">127157</a> [build] Fix spellcheck-docs workflow (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8a02ec28d55529f9be0ea66d843049738b2be8fa">8a02ec</a> [build] Use our .NET SDK on Windows (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/1b39e8e6d5437bdbf0bb62986e680e54b19cc873">1b39e8</a> Suppress NU1903 in IntegrationTests.ManualRunning.MultipleFrameworks (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e90311539d78e4bf9d90c6aeae9f40219b31a4ac">e90311</a> update SDK to .NET 8 (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2462">#2462</a>) (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/fc7afeddcff7a52ccee165ac99ba216e8eb138ab">fc7afe</a> Enable MemoryDiagnoser on Legacy Mono (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2459">#2459</a>) (by <a href="https://github.com/MichalPetryka"><code>@MichalPetryka</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/630622b6df3192f766ffa03ff07b5086e70cb264">630622</a> fix NativeAOT toolchain and tests (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2465">#2465</a>) (by <a href="https://github.com/adamsitnik"><code>@adamsitnik</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/536a28e0ff2196255fb120aa0d39e40bdbde454a">536a28</a> Add HardwareIntrinsics AVX-512 info (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2412">#2412</a>) (by <a href="https://github.com/nietras"><code>@nietras</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/3fa0456495cac82b536902b101a2972c62c3e4a8">3fa045</a> Add OperationsPerSecondAttribute (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2468">#2468</a>) (by <a href="https://github.com/DarkWanderer"><code>@DarkWanderer</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0583cb90739b3ee4b8258f807ef42cdc3243f82f">0583cb</a> Bump Microsoft.NETCore.Platforms: 5.0.0->6.0.0 (by <a href="https://github.com/AndreyAkinshin"><code>@AndreyAkinshin</code></a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2e62b9b0a8c80255914e9e11d06d92871df40f85">2e62b9</a> Remove netcoreapp2.0;net461 from TFMs for IntegrationTests.ManualRunning.Mult... (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/cdce32ffa123467d928488e5c15bf20f1119aa06"><code>cdce32f</code></a> Prepare v0.13.12 changelog</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/0159b886ee96da1d0e6908c6230c922a989a0b0b"><code>0159b88</code></a> [docs] Update vstest</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2990951d85ea36647fa4b0bbee1a1bd01f4db583"><code>2990951</code></a> [Bug Fix] Custom SimpleJob Id ignored (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2491">#2491</a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/06fb242fd1bfea87874dea49d5bf93f1cf13a903"><code>06fb242</code></a> Use different FQNs for parameterized cases in TestAdapter, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2494">#2494</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/b67b6b18ce30f85e03b0ef5daa77b250dc722289"><code>b67b6b1</code></a> Update pack files layout for BenchmarkDotNet.TestAdapter, fix <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2492">#2492</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/9f74923b27fa3cfb1990ae62f8d5169bbf745a73"><code>9f74923</code></a> [build] Add test-pack job in run-tests workflow, see <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2492">#2492</a></li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/8b6badbdd21a4e30d5f78fa205c3c3cad1c79365"><code>8b6badb</code></a> [build] In the release workflow, automatically generate an announcement discu...</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/5c465372c756049fa3d3dc61ae805da8dabfe76a"><code>5c46537</code></a> [build] Bump Octokit: 9.0.0->9.1.0</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/41b23b7dc8037cec7c05c0ca0bac0db1e767954b"><code>41b23b7</code></a> Update default framework version to net8.0 (LTS)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/91f3f7ee608f66893050952dffcc5bfa83171943"><code>91f3f7e</code></a> Add a VSTest Adapter (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2438">#2438</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.12">compare view</a></li> </ul> </details> <br /> Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 5.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p> <blockquote> <h2>.NET 5</h2> <p><a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0.md">Release Notes</a> <a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.0/5.0.0-install-instructions.md">Install Instructions</a></p> <h1>Repo</h1> <ul> <li><a href="https://github.com/dotnet/core/releases/tag/v5.0.0">Core</a></li> </ul> <h2>.NET 5 RC 2</h2> <p><a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2.md">Release Notes</a> <a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md">Install Instructions</a></p> <h1>Repos</h1> <ul> <li><a href="https://github.com/dotnet/core/releases/tag/v5.0.0-rc.2">Core</a></li> <li><a href="https://github.com/dotnet/installer/releases/tag/v5.0.100-rc.2.20479.15">Installer</a></li> <li><a href="https://github.com/dotnet/windowsdesktop/releases/tag/v5.0.0-rc.2.20475.6">Windowsdesktop</a></li> <li><a href="https://github.com/dotnet/runtime/releases/tag/v5.0.0-rc.2.20475.5">Runtime</a></li> <li><a href="https://github.com/dotnet/aspnetcore/releases/tag/v5.0.0-rc.2.20475.17">Aspnetcore</a></li> <li><a href="https://github.com/dotnet/templating/releases/tag/v5.0.0-rc.2.20474.2">templating</a></li> <li><a href="https://github.com/dotnet/sdk/releases/tag/v5.0.100-rc.2.20477.7">SDK</a></li> <li><a href="https://github.com/dotnet/winforms/releases/tag/v5.0.0-rc.2.20475.11">winforms</a></li> <li><a href="https://github.com/dotnet/wpf/releases/tag/v5.0.0-rc.2.20475.5">WPF</a></li> <li><a href="https://github.com/dotnet/wcf/releases/tag/v1.2.0-preview1.20474.1">WCF</a></li> <li><a href="https://github.com/dotnet/efcore/releases/tag/v5.0.0-rc.2.20475.6">EF Core</a></li> <li><a href="https://github.com/dotnet/fsharp/releases/tag/v11.0.0-beta.20471.5">Fsharp</a></li> <li><a href="https://github.com/dotnet/msbuild/releases/tag/v16.8.0-preview-20475-05">MSBuild</a></li> </ul> <h2>.NET 5.0 RC 1</h2> <p><a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md">Release Notes</a> <a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1-install-instructions.md">Install Instructions</a></p> <h1>Repos</h1> <ul> <li><a href="https://github.com/dotnet/core/releases/tag/v5.0.0-rc.1">Core</a></li> <li><a href="https://github.com/dotnet/installer/releases/tag/v5.0.100-rc.1.20452.10">Installer</a></li> <li><a href="https://github.com/dotnet/windowsdesktop/releases/tag/v5.0.0-rc.1.20452.2">Windowsdesktop</a></li> <li><a href="https://github.com/dotnet/runtime/releases/tag/v5.0.0-rc.1.20451.14">Runtime</a></li> <li><a href="https://github.com/dotnet/aspnetcore/releases/tag/v5.0.0-rc.1.20451.17">Aspnetcore</a></li> <li><a href="https://github.com/dotnet/templating/releases/tag/v5.0.0-rc.1.20431.3">templating</a></li> <li><a href="https://github.com/dotnet/sdk/releases/tag/v5.0.100-rc.1.20452.20">SDK</a></li> <li><a href="https://github.com/dotnet/winforms/releases/tag/v5.0.0-rc.1.20451.14">winforms</a></li> <li><a href="https://github.com/dotnet/wpf/releases/tag/v5.0.0-rc.1.20451.6">WPF</a></li> <li><a href="https://github.com/dotnet/efcore/releases/tag/v5.0.0-rc.1.20451.13">EF Core</a></li> <li><a href="https://github.com/dotnet/fsharp/releases/tag/v11.0.0-beta.20428.2">Fsharp</a></li> <li><a href="https://github.com/dotnet/msbuild/releases/tag/v16.8.0-preview-20451-02">MSBuild</a></li> </ul> <h2>.NET 5.0 Preview 8</h2> <p><a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.8.md">Release Notes</a> <a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-preview.8-install-instructions.md">Install Instructions</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v5.0.0">compare view</a></li> </ul> </details> <br /> 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: Curt Hagenlocher <curt@hagenlocher.org>