chore(deps): update dependency microsoft.codeanalysis.fxcopanalyzers to v3#116
Merged
RLittlesII merged 1 commit intomasterfrom Aug 3, 2022
Merged
Conversation
a5a9db1 to
a961700
Compare
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
=======================================
Coverage 40.98% 40.98%
=======================================
Files 52 52
Lines 732 732
Branches 34 34
=======================================
Hits 300 300
Misses 432 432 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
11280f8 to
026f290
Compare
026f290 to
1f483a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.2->3.3.2Release Notes
dotnet/roslyn-analyzers
v3.3.2Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.
Microsoft.CodeAnalysis.FxCopAnalyzerspackage: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.v3.3.1Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.
Contains following important changes on top of v3.3.0 release:
Bug Fixes
Additional analyzers/fixers
Added
Changed
v3.3.0Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.
Contains following important changes on top of v3.0.0 release
The new security rules CA2350-CA2362 can help find vulnerabilities related to DataSet and DataTable security guidance.
Feature
Editorconfig based file/directory level options configuration. See details here
Bug Fixes
Additional analyzers/fixers
Added
Removed
v3.0.0Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.0.0 NuGet packages. Works with VS 2019 or later.
Contains following important changes on top of v2.9.x releases
Bug Fixes
Tons of bug fixes
Additional analyzers/fixers:
Added
Changed
v2.9.12Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017 15.9 or later.
Contains functionality and performance bug fixes on top of the v2.9.11 release.
Fixes
v2.9.11Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017 15.9 or later.
Contains the following important changes on top of the v2.9.10 release.
New security rules to help find vulnerabilities related to DataSet and DataTable security guidance.
Fixes
Added
Changed
v2.9.10Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017 15.9 or later.
Contains the following important changes on top of the v2.9.9 release.
New security rules to help find vulnerabilities related to DataSet and DataTable security guidance.
Bug fixes
Added
v2.9.9Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.
Contains the following important changes on top of the v2.9.8 release.
Fixes
v2.9.8Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.
Contains the following important changes on top of the v2.9.7 release.
Fixes
v2.9.7Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.
Contains following important changes on top of the v2.9.6 release
Fixes
foo.Bar = Singletons.Bar ?? throw new Exception();Added
v2.9.6Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.
Contains following important bug fix on top of v2.9.5 release:
v2.9.5Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.
Contains following important changes on top of v2.9.4 release
Bug Fixes
SingleorSingleOrDefaultinvocations.Additional analyzers/fixers:
Added
Changed
New Analyzer Configuration options
disallowed_symbol_namesto to allow configuration of disallowed exception types.exclude_extension_method_this_parameterfor CA1062 to skip analysis of extension method 'this' parameter.api_surfacefor CA1801 (Review unused parameters).required_modifiersfor CA1802. CA1802 only flags static readonly flags by default. This matches the legacy FxCop implementation for compat reasons. With this change, users can make the rule more aggressive by also flagging instance fieldsadditional_string_formatting_methodsfor CA2241. CA2241 considers String.Format and Console.WriteLine as special formatting methods to validate the callsites for formatting arguments. This change allows end users to supply additional formatting methods that should be validated.v2.9.4Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Contains bug fixes on top of v2.9.3 release and additional rules listed below.
Works with VS 2017.9 or later.
Added
Fixes
v2.9.3Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Contains bug fixes on top of v2.9.2 release.
Works with VS 2017.9 or later.
Added
v2.9.2Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Contains bug fixes on top of v2.9.1 release.
Works with VS 2017.9 or later.
v2.9.1Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.1 NuGet packages. Contains bug fixes on top of v2.9.0 release.
Works with VS 2017.9 or later.
Added
v2.9.0Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Contains additional analyzers/fixers and additional bug fixes on top of v2.6.3 release.
Works with VS 2017.9 or later.
Added
Removed
v2.6.4Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.6.0 NuGet packages, with additional bug fixes and rules on top of v2.6.3 release.
Works with VS 2017.5 or later.
v2.6.3Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.6.0 NuGet packages, with additional bug fixes on top of v2.6.2 release.
Works with VS 2017.5 or later.
Configuration
📅 Schedule: Branch creation - "after 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.