Bump the analyzers group with 3 updates - #473
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Roslynator.Analyzers from 4.12.4 to 5.0.0 Bumps Roslynator.CodeAnalysis.Analyzers from 4.12.4 to 5.0.0 Bumps Roslynator.Formatting.Analyzers from 4.12.4 to 5.0.0 --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: analyzers - dependency-name: Roslynator.CodeAnalysis.Analyzers dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: analyzers - dependency-name: Roslynator.Formatting.Analyzers dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: analyzers ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Updated Roslynator.Analyzers from 4.12.4 to 5.0.0.
Release notes
Sourced from Roslynator.Analyzers's releases.
5.0.0
Added
roslyn5.0NuGet package flavor (analyzers/dotnet/roslyn5.0/cs) (PR)Breaking
Roslynator.CommonandRoslynator.Workspaces.Common(#1817)Microsoft.CodeAnalysis.*reference instead of being forced to a fixed version (PR)Roslynator.Testing.Common,Roslynator.Testing.CSharp,Roslynator.Testing.CSharp.XunitandRoslynator.Testing.CSharp.MSTestnow depend onMicrosoft.CodeAnalysis.*>= 3.8.0(previously>= 4.14.0).Roslynator.Testing.Commonno longer depends onRoslynator.Core.<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />. The chosen version raises the maximum C# language version the parser can accept; test sources still parse atCSharpParseOptions.Defaultunless you set parse options /LanguageVersion(for exampleLanguageVersion.Latest).Roslynator.Coretypes via the old transitive dependency must now add an explicitRoslynator.Corepackage reference.Changed
[18.0,19.0)) (PR)dotnet.server.useOmnisharptotrue)Removed
SyntaxInverter(Roslynator.CSharp.Workspaces). UseSyntaxLogicalInverter.DiagnosticCategoriesconstants and make the typeinternal.ROS0001/ROS0002diagnostic IDs.DiagnosticTestData,CompilerDiagnosticFixTestData,RefactoringTestData).roslynator.max_line_length,roslynator.prefix_field_identifier_with_underscore, androslynator_suppress_unity_script_methods. Useroslynator_max_line_length,roslynator_prefix_field_identifier_with_underscore, androslynator_unity_code_analysis.enabled.generate-doc-root. Usegenerate-doc --root-file-pathinstead.AnalyzersOptionsPagefrom Visual Studio extension (PR)Fixed
4.16.1
Fixed
inforref structparameters (#1725) (PR)omit_when_single_lineon multi-line object/collection initializers (#1439) (PR)async voidmethods withoutAsyncsuffix (PR)whenfilter (PR)CancellationTokenin sync methods returningTask(PR)generate-docto omit internal interfaces from type declarations and the Implements section (PR)4.16.0
Added
Fixed
filemodifier (PR by @cbersch)fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii)4.15.0
Added
roslynator_null_conditional_operator.avoid_negative_boolean_comparison(PR)... != true/falseFixed
loccommand (PR)rename-symbolscope option not being applied correctly (PR by @andrtmschkw)rename-symbolsupport for top-level statement (PR by @andrtmschkw)Changed
4.14.1
Added
slnxfiles (PR by @darthtrevino)Fixed
OnRectTransformDimensionsChangeChanged
omit_when_single_linewill be that the braces/brackets are on the same line, not just the expression in the braces/brackets4.14.0
Added
Fixed
Changed
Removed
4.13.1
Added
4.13.0
Fixed
Added
Changed
Microsoft.Build.Locatorto 1.7.8 (PR)4.12.11
Added
Fixed
Changed
DiagnosticRulesandDiagnosticIdentifierstoRoslynator.Common(PR)4.12.10
Fixed
Changed
4.12.9
Fixed
generate-doc(PR, PR)Changed
list.FirstOrDefault(predicate)tolist.Find(predicate).Performance gain is negligible and actually
FirstOrDefaultcan be even faster on .NET 9 (see related issue for more details).4.12.8
Fixed
generate-doc(PR)4.12.7
Fixed
Changed
4.12.6
Added
Orderinstead ofOrderBy(PR by @BenjaminBrienen)Fixed
4.12.5
Fixed
Changed
Removed
Commits viewable in compare view.
Updated Roslynator.CodeAnalysis.Analyzers from 4.12.4 to 5.0.0.
Release notes
Sourced from Roslynator.CodeAnalysis.Analyzers's releases.
5.0.0
Added
roslyn5.0NuGet package flavor (analyzers/dotnet/roslyn5.0/cs) (PR)Breaking
Roslynator.CommonandRoslynator.Workspaces.Common(#1817)Microsoft.CodeAnalysis.*reference instead of being forced to a fixed version (PR)Roslynator.Testing.Common,Roslynator.Testing.CSharp,Roslynator.Testing.CSharp.XunitandRoslynator.Testing.CSharp.MSTestnow depend onMicrosoft.CodeAnalysis.*>= 3.8.0(previously>= 4.14.0).Roslynator.Testing.Commonno longer depends onRoslynator.Core.<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />. The chosen version raises the maximum C# language version the parser can accept; test sources still parse atCSharpParseOptions.Defaultunless you set parse options /LanguageVersion(for exampleLanguageVersion.Latest).Roslynator.Coretypes via the old transitive dependency must now add an explicitRoslynator.Corepackage reference.Changed
[18.0,19.0)) (PR)dotnet.server.useOmnisharptotrue)Removed
SyntaxInverter(Roslynator.CSharp.Workspaces). UseSyntaxLogicalInverter.DiagnosticCategoriesconstants and make the typeinternal.ROS0001/ROS0002diagnostic IDs.DiagnosticTestData,CompilerDiagnosticFixTestData,RefactoringTestData).roslynator.max_line_length,roslynator.prefix_field_identifier_with_underscore, androslynator_suppress_unity_script_methods. Useroslynator_max_line_length,roslynator_prefix_field_identifier_with_underscore, androslynator_unity_code_analysis.enabled.generate-doc-root. Usegenerate-doc --root-file-pathinstead.AnalyzersOptionsPagefrom Visual Studio extension (PR)Fixed
4.16.1
Fixed
inforref structparameters (#1725) (PR)omit_when_single_lineon multi-line object/collection initializers (#1439) (PR)async voidmethods withoutAsyncsuffix (PR)whenfilter (PR)CancellationTokenin sync methods returningTask(PR)generate-docto omit internal interfaces from type declarations and the Implements section (PR)4.16.0
Added
Fixed
filemodifier (PR by @cbersch)fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii)4.15.0
Added
roslynator_null_conditional_operator.avoid_negative_boolean_comparison(PR)... != true/falseFixed
loccommand (PR)rename-symbolscope option not being applied correctly (PR by @andrtmschkw)rename-symbolsupport for top-level statement (PR by @andrtmschkw)Changed
4.14.1
Added
slnxfiles (PR by @darthtrevino)Fixed
OnRectTransformDimensionsChangeChanged
omit_when_single_linewill be that the braces/brackets are on the same line, not just the expression in the braces/brackets4.14.0
Added
Fixed
Changed
Removed
4.13.1
Added
4.13.0
Fixed
Added
Changed
Microsoft.Build.Locatorto 1.7.8 (PR)4.12.11
Added
Fixed
Changed
DiagnosticRulesandDiagnosticIdentifierstoRoslynator.Common(PR)4.12.10
Fixed
Changed
4.12.9
Fixed
generate-doc(PR, PR)Changed
list.FirstOrDefault(predicate)tolist.Find(predicate).Performance gain is negligible and actually
FirstOrDefaultcan be even faster on .NET 9 (see related issue for more details).4.12.8
Fixed
generate-doc(PR)4.12.7
Fixed
Changed
4.12.6
Added
Orderinstead ofOrderBy(PR by @BenjaminBrienen)Fixed
4.12.5
Fixed
Changed
Removed
Commits viewable in compare view.
Updated Roslynator.Formatting.Analyzers from 4.12.4 to 5.0.0.
Release notes
Sourced from Roslynator.Formatting.Analyzers's releases.
5.0.0
Added
roslyn5.0NuGet package flavor (analyzers/dotnet/roslyn5.0/cs) (PR)Breaking
Roslynator.CommonandRoslynator.Workspaces.Common(#1817)Microsoft.CodeAnalysis.*reference instead of being forced to a fixed version (PR)Roslynator.Testing.Common,Roslynator.Testing.CSharp,Roslynator.Testing.CSharp.XunitandRoslynator.Testing.CSharp.MSTestnow depend onMicrosoft.CodeAnalysis.*>= 3.8.0(previously>= 4.14.0).Roslynator.Testing.Commonno longer depends onRoslynator.Core.<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />. The chosen version raises the maximum C# language version the parser can accept; test sources still parse atCSharpParseOptions.Defaultunless you set parse options /LanguageVersion(for exampleLanguageVersion.Latest).Roslynator.Coretypes via the old transitive dependency must now add an explicitRoslynator.Corepackage reference.Changed
[18.0,19.0)) (PR)dotnet.server.useOmnisharptotrue)Removed
SyntaxInverter(Roslynator.CSharp.Workspaces). UseSyntaxLogicalInverter.DiagnosticCategoriesconstants and make the typeinternal.ROS0001/ROS0002diagnostic IDs.DiagnosticTestData,CompilerDiagnosticFixTestData,RefactoringTestData).roslynator.max_line_length,roslynator.prefix_field_identifier_with_underscore, androslynator_suppress_unity_script_methods. Useroslynator_max_line_length,roslynator_prefix_field_identifier_with_underscore, androslynator_unity_code_analysis.enabled.generate-doc-root. Usegenerate-doc --root-file-pathinstead.AnalyzersOptionsPagefrom Visual Studio extension (PR)Fixed
4.16.1
Fixed
inforref structparameters (#1725) (PR)omit_when_single_lineon multi-line object/collection initializers (#1439) (PR)async voidmethods withoutAsyncsuffix (PR)whenfilter (PR)CancellationTokenin sync methods returningTask(PR)generate-docto omit internal interfaces from type declarations and the Implements section (PR)4.16.0
Added
Fixed
filemodifier (PR by @cbersch)fixcommand ignoring--include/--excludefile filter (PR by @hashiiiii)4.15.0
Added
roslynator_null_conditional_operator.avoid_negative_boolean_comparison(PR)... != true/falseFixed
loccommand (PR)rename-symbolscope option not being applied correctly (PR by @andrtmschkw)rename-symbolsupport for top-level statement (PR by @andrtmschkw)Changed
4.14.1
Added
slnxfiles (PR by @darthtrevino)Fixed
OnRectTransformDimensionsChangeChanged
omit_when_single_linewill be that the braces/brackets are on the same line, not just the expression in the braces/brackets4.14.0
Added
Fixed
Changed
Removed
4.13.1
Added
4.13.0
Fixed
Added
Changed
Microsoft.Build.Locatorto 1.7.8 (PR)4.12.11
Added
Fixed
Changed
DiagnosticRulesandDiagnosticIdentifierstoRoslynator.Common(PR)4.12.10
Fixed
Changed
4.12.9
Fixed
generate-doc(PR, PR)Changed
list.FirstOrDefault(predicate)tolist.Find(predicate).Performance gain is negligible and actually
FirstOrDefaultcan be even faster on .NET 9 (see related issue for more details).4.12.8
Fixed
generate-doc(PR)4.12.7
Fixed
Changed
4.12.6
Added
Orderinstead ofOrderBy(PR by @BenjaminBrienen)Fixed
4.12.5
Fixed
Changed
Removed
Commits viewable in compare view.
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.<de...
Description has been truncated