You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2020/12/04 06:55:58 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1032: Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.8 to 3.3.2 in /lang/csharp

dependabot[bot] opened a new pull request #1032:
URL: https://github.com/apache/avro/pull/1032


   Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.9.8 to 3.3.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dotnet/roslyn-analyzers/releases">Microsoft.CodeAnalysis.FxCopAnalyzers's releases</a>.</em></p>
   <blockquote>
   <h2>v3.3.2</h2>
   <p>Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.</p>
   <ul>
   <li>Contains important functionality and performance bug fixes on top of v3.3.1 release</li>
   <li>New deprecation warning <strong><a href="https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers">CA9998</a></strong> for <code>Microsoft.CodeAnalysis.FxCopAnalyzers</code> package:
   <code>FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.</code></li>
   </ul>
   <h2>v3.3.1</h2>
   <p>Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.</p>
   <p>Contains following important changes on top of v3.3.0 release:</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Functionality and performance bug fixes</li>
   <li>Tainted data rules improvements</li>
   <li><a href="https://docs.microsoft.com/visualstudio/code-quality/ca5377">CA5377</a>: Don't warn when unable to get the control flow graph for dataflow analysis</li>
   <li><a href="https://docs.microsoft.com/visualstudio/code-quality/ca3075">CA3075</a>: Fix false positive on XmlReader.Create(string) invocations</li>
   <li>Optimizing error list refresh times for full compilation analyzers in Visual Studio 2019 16.9</li>
   </ul>
   <h2>Additional analyzers/fixers</h2>
   <h3>Added</h3>
   <ul>
   <li>Globalization
   <ul>
   <li><a href="https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310">CA1310</a>: Specify StringComparison for correctness -- <strong>Enabled by default</strong></li>
   </ul>
   </li>
   <li>Interoperability
   <ul>
   <li><a href="https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416">CA1416</a>: Validate platform compatibility -- <strong>Enabled by default</strong></li>
   </ul>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Globalization
   <ul>
   <li><a href="https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307">CA1307</a>: Specify StringComparison for clarity -- Now disabled by default</li>
   </ul>
   </li>
   </ul>
   <h2>v3.3.0</h2>
   <p>Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.</p>
   <p>Contains following important changes on top of v3.0.0 release</p>
   <p>The new security rules CA2350-CA2362 can help find vulnerabilities related to <a href="https://go.microsoft.com/fwlink/?linkid=2132227">DataSet and DataTable security guidance</a>.</p>
   <h2>Feature</h2>
   <p>Editorconfig based file/directory level options configuration. See details <a href="https://docs.microsoft.com/visualstudio/code-quality/configure-fxcop-analyzers#vs2019-163-and-later--fxcopanalyzers-package-version-33x-and-later">here</a></p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Many bug fixes, including performance fixes.</li>
   <li>Various tainted data rules: Don't report tainted data flowing into non-sink method parameters, when other tainted data does flow into a sink parameter.</li>
   </ul>
   <h2>Additional analyzers/fixers</h2>
   <h3>Added</h3>
   <ul>
   <li>Design
   <ul>
   <li><a href="https://docs.microsoft.com/visualstudio/code-quality/ca1002">CA1002</a>: Do not expose generic lists</li>
   <li><a href="https://docs.microsoft.com/visualstudio/code-quality/ca1005">CA1005</a>: Avoid excessive parameters on generic types</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/4e0e1e855864587991a39e1e974dc53af094f4db"><code>4e0e1e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dotnet/roslyn-analyzers/issues/4494">#4494</a> from dotnet/merges/release/5.0.2xx-to-master</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/5530a8b01fba267c299e1f53a9999512f2777c38"><code>5530a8b</code></a> Merge branch 'master' into merges/release/5.0.2xx-to-master</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/26b215936e21a5b80d82e394b523f3d284af8a4f"><code>26b2159</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dotnet/roslyn-analyzers/issues/4492">#4492</a> from mavasani/Issue4491_5_0_2xx</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/23619eb8692e54dc60fbd60bf324b481edf04019"><code>23619eb</code></a> Harden InterproceduralAnalysisConfiguration to prevent null tree argument</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/9df0075c46a4dc1d44caf9cb4aac0e6de88f9b28"><code>9df0075</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dotnet/roslyn-analyzers/issues/4490">#4490</a> from mavasani/FI_5_0_2xx</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/5671c0bfa2a66ac1a7adab606aba6258f962bb36"><code>5671c0b</code></a> Merge remote-tracking branch 'upstream/release/5.0.2xx' into FI_5_0_2xx</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/f7aad5c11b26395ce57a8ffa73a0d1ab6f8aeae4"><code>f7aad5c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dotnet/roslyn-analyzers/issues/4489">#4489</a> from dotnet/mavasani-patch-1</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/389ac2ffc6c826a108a9ef146db7b8893365d2af"><code>389ac2f</code></a> Update Program.cs</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/3b7bb4ad45bd737d60e550796a080f73aa4d1990"><code>3b7bb4a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dotnet/roslyn-analyzers/issues/4488">#4488</a> from dotnet/netanalyzers-5-0-1</li>
   <li><a href="https://github.com/dotnet/roslyn-analyzers/commit/704496d4daca34932160690d6112741a3f65a911"><code>704496d</code></a> Update auto-generated documentation file by running msbuild /t:pack</li>
   <li>Additional commits viewable in <a href="https://github.com/dotnet/roslyn-analyzers/compare/v2.9.8...v3.3.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.FxCopAnalyzers&package-manager=nuget&previous-version=2.9.8&new-version=3.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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 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.

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



[GitHub] [avro] iemejia commented on pull request #1032: Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.8 to 3.3.2 in /lang/csharp

Posted by GitBox <gi...@apache.org>.
iemejia commented on pull request #1032:
URL: https://github.com/apache/avro/pull/1032#issuecomment-779238447


   @dependabot rebase


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

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



[GitHub] [avro] dependabot[bot] closed pull request #1032: Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.8 to 3.3.2 in /lang/csharp

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1032:
URL: https://github.com/apache/avro/pull/1032


   


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

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



[GitHub] [avro] dependabot[bot] commented on pull request #1032: Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.8 to 3.3.2 in /lang/csharp

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1032:
URL: https://github.com/apache/avro/pull/1032#issuecomment-789333716


   Looks like Microsoft.CodeAnalysis.FxCopAnalyzers is no longer a dependency, so this is no longer needed.


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

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