dependabot[bot] opened a new pull request, #3294: URL: https://github.com/apache/ignite-3/pull/3294
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp` from 3.11.0 to 4.8.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 7.0 Preview 5</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.5">Release</a></p> <h2>.NET 7.0 Preview 2</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.2">Release</a></p> <h2>.NET 7.0 Preview 1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.1">Release</a></p> <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.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>""</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> <h3>Deprecation warning for SyntaxNode serialization</h3> <p>The ability to serialize/deserialize a SyntaxNode to/from a Stream has been deprecated. The code for this still exists in Roslyn, but attempting to call the APIs to perform these functions will result in 'Obsolete' warnings being reported. A future version of Roslyn will remove this functionality entirely. This functionality could only work for a host that wrote out the nodes to a stream, and later read it back in within the same process instance. It could not be used to communicate across processes, or for persisting nodes to disk to be read in at a later time by a new host sessions. This functionality originally existed for the days when Roslyn was hosted in 32bit processes with limited address space. That is no longer a mainline supported scenario. Clients can get similar functionality by persisting the text of the node, and parsing it back out when needed.</p> <p>PR: <a href="https://redirect.github.com/dotnet/roslyn/pull/70365">dotnet/roslyn#70365</a></p> <h1>Version 4.9.0</h1> <h3>Obsoletion and removal of SyntaxNode serialization.</h3> <p>Continuation of the deprecation that happened in 4.8.0 (see information above). In 4.9.0 this functionality is now entirely removed, and will issue both an obsoletion error, and will throw at runtime if the APIs are used.</p> <p>PR: <a href="https://redirect.github.com/dotnet/roslyn/pull/70277">dotnet/roslyn#70277</a></p> <h3>Changes in <code>Microsoft.CodeAnalysis.Emit.EmitBaseline.CreateInitialBaseline</code> method</h3> <p>A new required parameter <code>Compilation</code> has been added. Existing overloads without this parameter no longer work and throw <code>NotSupportedException</code>.</p> <h3>Changes in <code>Microsoft.CodeAnalysis.Emit.SemanticEdit</code> constructors</h3> <p>The value of <code>preserveLocalVariables</code> passed to the constructors is no longer used.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/roslyn/commits">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.CodeAnalysis.Analyzers` from 3.3.3 to 3.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslyn-analyzers/releases">Microsoft.CodeAnalysis.Analyzers's releases</a>.</em></p> <blockquote> <h2>v3.3.4</h2> <p>Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.1 NuGet packages. Works with VS 2019 16.9 or later.</p> <ul> <li>Contains important functionality and performance bug fixes on top of v3.3.3 release</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/22ea6422f85b05ca0793cc3b76375487be407f5d"><code>22ea642</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/roslyn-analyzers/issues/6436">#6436</a> from ViktorHofer/patch-1</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/90180719ef9e1cfb4379e15edeba5ec2e29001ea"><code>9018071</code></a> Fix buildtransitive vs buildTransitive difference</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/afa566573b7b1a2129d78a26f238a2ac3f8e58ef"><code>afa5665</code></a> [main] Update dependencies from dotnet/arcade (<a href="https://redirect.github.com/dotnet/roslyn-analyzers/issues/6423">#6423</a>)</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/afee469c0c862c6af3670d30a4b4e5ff6f8fe45c"><code>afee469</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/roslyn-analyzers/issues/6427">#6427</a> from mavasani/CodeAnalysisTreatWarningsAsErrors_Glob...</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/b8589999feee4ce70459fbdbd3003f24512fc522"><code>b858999</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/roslyn-analyzers/issues/6430">#6430</a> from dotnet/locfiles/be3abf9f-1f22-469b-b26d-7648587...</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/0cbc3c5e5235e49f5ecdce6ed2c14ce3e14a495f"><code>0cbc3c5</code></a> Localized file check-in by OneLocBuild Task: Build definition ID 830: Build I...</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/113dadcb587b1938d260575c0290e8475142eda0"><code>113dadc</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/roslyn-analyzers/issues/6429">#6429</a> from dotnet/revert-6364-net7-tests</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/356147f02e8f68039e184d0293a4e8277825866f"><code>356147f</code></a> Revert "Move tests to target .NET 7"</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/1d7244a005436d15874e96b1d625292c4a7ae40f"><code>1d7244a</code></a> Update documentation for <code>CodeAnalysisTreatWarningsAsErrors</code> implementation</li> <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/6c028d32f46d5a7a88dcad3cdf3513e83c26c1a5"><code>6c028d3</code></a> Re-implement CodeAnalysisTreatWarningsAsErrors with globalconfig files</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslyn-analyzers/compare/v3.3.3...v3.3.4">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
