chore(deps): update dependency microsoft.codeanalysis.fxcopanalyzers to v2.9.12 - autoclosed #14
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.3
->2.9.12
Release Notes
dotnet/roslyn-analyzers (Microsoft.CodeAnalysis.FxCopAnalyzers)
v2.9.12
Release 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.11
Release 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.10
Release 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.9
Release 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.8
Release 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.7
Release 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.6
Release 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.5
Release 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
Single
orSingleOrDefault
invocations.Additional analyzers/fixers:
Added
Changed
New Analyzer Configuration options
disallowed_symbol_names
to to allow configuration of disallowed exception types.exclude_extension_method_this_parameter
for CA1062 to skip analysis of extension method 'this' parameter.api_surface
for CA1801 (Review unused parameters).required_modifiers
for 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_methods
for 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.4
Release 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.3
Release 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.2
Release 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.1
Release 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.0
Release 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.4
Release 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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.