dependabot[bot] opened a new pull request, #4415:
URL: https://github.com/apache/ignite-3/pull/4415

   Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) and 
[Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn). These 
dependencies needed to be updated together.
   Updates `BenchmarkDotNet` from 0.13.12 to 0.14.0
   <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.14.0</h2>
   <p>Full changelog: <a 
href="https://benchmarkdotnet.org/changelog/v0.14.0.html";>https://benchmarkdotnet.org/changelog/v0.14.0.html</a></p>
   <h2>Highlights</h2>
   <ul>
   <li>Introduce <code>BenchmarkDotNet.Diagnostics.dotMemory</code> <a 
href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2549";>#2549</a>: 
memory allocation profile of your benchmarks using <a 
href="https://www.jetbrains.com/dotmemory/";>dotMemory</a>, see <a 
href="https://github.com/BenchmarkDotNet";><code>@​BenchmarkDotNet</code></a>.Samples.IntroDotMemoryDiagnoser</li>
   <li>Introduce <code>BenchmarkDotNet.Exporters.Plotting</code> <a 
href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2560";>#2560</a>: 
plotting via <a href="https://scottplot.net/";>ScottPlot</a> (initial 
version)</li>
   <li>Multiple bugfixes</li>
   <li>The default build toolchains have been updated to pass 
<code>IntermediateOutputPath</code>, <code>OutputPath</code>, and 
<code>OutDir</code> properties to the <code>dotnet build</code> 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 <code>.csproj</code> and 
<code>.props</code> from those properties if you need to copy custom files to 
the output.</li>
   </ul>
   <h2>Bug fixes</h2>
   <ul>
   <li>Fixed multiple build-related bugs including passing MsBuildArguments and 
.Net 8's <code>UseArtifactsOutput</code>.</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li><code>DotNetCliBuilder</code> removed 
<code>retryFailedBuildWithNoDeps</code> constructor option.</li>
   <li><code>DotNetCliCommand</code> removed 
<code>RetryFailedBuildWithNoDeps</code> property and 
<code>BuildNoRestoreNoDependencies()</code> and 
<code>PublishNoBuildAndNoRestore()</code> methods (replaced with 
<code>PublishNoRestore()</code>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/cf882d378d51a6998aad43ca9caa29c19d122b87";><code>cf882d3</code></a>
 Add macOS Sequoia in OsBrandStringHelper</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/17cf3b0a71b7fa41e83e2db16307219420f4a4f8";><code>17cf3b0</code></a>
 [docs] Prepare v0.14.0 changelog</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/b3fbe7c489c2b6e354f736ba4c0854e4f1daacfb";><code>b3fbe7c</code></a>
 Set next BenchmarkDotNet version: 0.14.0</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/23e6c523cfe638d53508d6ca8212ca23501049ce";><code>23e6c52</code></a>
 Fix InvalidOperationException in DotMemoryDiagnoser</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/3d34edb219b84a68a377cb38b833dd30241fd5c8";><code>3d34edb</code></a>
 Bump JetBrains.Profiler.SelfApi: 2.5.2-&gt;2.5.9</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/bf0a49d1f5756cd2f7cb1da56974a7ee6a5a6fdf";><code>bf0a49d</code></a>
 fix(CI): Deprecation issues (<a 
href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2605";>#2605</a>)</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/0275649d350bcdc6953215598eca775b4882ece5";><code>0275649</code></a>
 Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. 
...</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/15200d46a1395ef6e69c39c6f3371ab0e0d96e5c";><code>15200d4</code></a>
 [build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/834417a7dbec1dbb22a99cbb5f45c9cd474e483e";><code>834417a</code></a>
 Improve logging in ScottPlotExporterTests</li>
   <li><a 
href="https://github.com/dotnet/BenchmarkDotNet/commit/f8082a2138b7cf1bda1eab8dca98d7d3c43b9946";><code>f8082a2</code></a>
 Fix IntroSummaryStyle compilation</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.12...v0.14.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `Microsoft.CodeAnalysis.CSharp` from 3.11.0 to 4.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dotnet/roslyn/releases";>Microsoft.CodeAnalysis.CSharp's
 releases</a>.</em></p>
   <blockquote>
   <h2>.NET 6.0.1</h2>
   <p><a 
href="https://github.com/dotnet/core/releases/tag/v6.0.1";>Release</a></p>
   <h2>.NET 6.0</h2>
   <p><a 
href="https://github.com/dotnet/core/releases/tag/v6.0.0";>Release</a></p>
   <h2>.NET 6.0 Preview 6</h2>
   <p><a 
href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6";>Release</a></p>
   <h2>.NET 6.0 Preview 4</h2>
   <p><a 
href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4";>Release</a></p>
   <h2>.NET 6.0 Preview 5</h2>
   <p><a 
href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5";>Release</a></p>
   <h2>.NET 5.0.4</h2>
   <p><a 
href="https://github.com/dotnet/core/releases/tag/v5.0.4";>Release</a></p>
   <h2>.NET 5.0.2</h2>
   <p><a 
href="https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2.md";>Release
 Notes</a>
   <a 
href="https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2-install-instructions.md";>Install
 Instructions</a></p>
   <h1>Repos</h1>
   <ul>
   <li><a 
href="https://github.com/dotnet/core/releases/tag/v5.0.2";>Core</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md";>Microsoft.CodeAnalysis.CSharp's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Version 4.1.0</h1>
   <h3>Can no longer inherit from CompletionService and 
CompletionServiceWithProviders</h3>
   <p>The constructors of Microsoft.CodeAnalysis.Completion and 
Microsoft.CodeAnalysis.Completion.CompletionServiceWithProviders are now 
internal.
   Roslyn does not support implementing completion for arbitrary languages.</p>
   <h1>Version 4.2.0</h1>
   <h3>Can no longer inherit from QuickInfoService</h3>
   <p>The constructors of Microsoft.CodeAnalysis.QuickInfoService are now 
internal.
   Roslyn does not support implementing completion for arbitrary languages.</p>
   <h3><code>Microsoft.CodeAnalysis.CodeStyle.NotificationOption</code> is now 
immutable</h3>
   <p>All property setters now throw an exception.</p>
   <h1>Version 4.4.0</h1>
   <p><code>Workspace.OnWorkspaceFailed</code> is no longer called when an 
error occurs while reading source file content from disk.</p>
   <p>The <code>Workspace</code> and <code>DocumentId</code> parameters of 
<code>TextLoader.LoadTextAndVersionAsync(Workspace, DocumentId, 
CancellationToken)</code> are deprecated.
   The method now receives <code>null</code> <code>Workspace</code> and 
<code>DocumentId</code>.</p>
   <h1>Version 4.5.0</h1>
   <p><code>SymbolDisplayFormat.CSharpErrorMessageFormat</code> and 
<code>CSharpShortErrorMessageFormat</code> now include parameter names by 
default if used on a standalone <code>IParameterSymbol</code>.
   For example, parameter <code>p</code> in <code>void M(ref int p)</code> was 
previously formatted as <code>&quot;ref int&quot;</code> and now it is 
formatted as <code>&quot;ref int p&quot;</code>.</p>
   <h1>Version 4.7.0</h1>
   <h3><code>SymbolDisplayFormat</code> includes parameter name when invoked on 
<code>IParameterSymbol</code></h3>
   <p>All <code>SymbolDisplayFormat</code>s (predefined and user-created) now 
include parameter names by default if used on a standalone 
<code>IParameterSymbol</code> for consistency with predefined formats (see the 
breaking change for version 4.5.0 above).</p>
   <h3>Changed <code>IncrementalStepRunReason</code> when a modified input 
produced a new output</h3>
   <p><code>IncrementalGeneratorRunStep.Outputs</code> previously contained 
<code>IncrementalStepRunReason.Modified</code> as <code>Reason</code>
   when the input to the step was modified in a way that produced a new output.
   Now the reason will be reported more accurately as 
<code>IncrementalStepRunReason.New</code>.</p>
   <h1>Version 4.8.0</h1>
   <h3>Changed <code>Assembly.Location</code> behavior in non-Windows</h3>
   <p>The value of <code>Assembly.Location</code> previously held the location 
on disk where an analyzer or source generator was loaded from. This could be 
either the original location or the shadow copy location. In 4.8 this will be 
<code>&quot;&quot;</code> in certain cases when running on non Windows 
platforms. This is due the compiler server loading assemblies using 
<code>AssemblyLoadContext.LoadFromStream</code> instead of loading from 
disk.</p>
   <p>This could already happen in other load scenarios but this change moves 
it into mainline build scenarios.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/dotnet/roslyn/commits/v4.1.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>


-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to