Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the analyzers group across 7 directories with 3 updates #124

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoMoq directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoMoq.Tests directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoNSubstitute directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoNSubstitute.Tests directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.Core.Tests directory: Roslynator.Analyzers, Roslynator.Formatting.Analyzers and SonarAnalyzer.CSharp.

Updates Roslynator.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates Roslynator.Formatting.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates SonarAnalyzer.CSharp from 9.25.0.90414 to 9.28.0.94264

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.28

False Positive

  • 9432 - [C#] Fix S1144 FP: Unused fields in class with StructLayout when struct is in deep hierarchy class
  • 9379 - [C#] Fix S1144 FP: Diagnostic doesn't respect reflection with DynamicallyAccessedMembers attribute
  • 8342 - [C#] Fix S1144 FP: Private Attributes
  • 7068 - [C#] Fix S4144 FP: when type constraints are used
  • 3050 - [C#] Fix S1479 FP: Single line case clause should be ignored
  • 9447 - [C#] Fix S1854 FP: Value used in catch or when should LiveIn for all try blocks
  • 9440 - [C#] Fix S1854 FP: Value used in finally should LiveIn for all try blocks
  • 4948 - [C#] Fix S1854 FP: Value used in finally should LiveIn after throw
  • 6894 - [C#, VB.NET] Fix S3878 FP: When non-object array is passed to object[] params as first argument
  • 6893 - [C#, VB.NET] Fix S3878 FP: when a params argument is named

False Negative

  • 8719 - [C#, VB.NET] Fix S2583/S2589 FN: try-catch in loop, LVA purges symbol prematurely
  • 4940 - [C#] Fix S1854 FN: Proper support of try/catch statements
  • 1255 - [C#] Fix S1871 FN: Support single line conditional block

9.27

This release includes a ton of false positive and false negative fixes. We would also like to thank @​sagi1623 for his contribution in #8464, which fixed three issues 🚀.

Improvements

  • RSPEC change - Rule S1694: Promoted to SonarWay
  • 9390 - Rule S6608: Benchmark is benchmarking the wrong things
  • 8795 - [C#] Improve S1694: Remove part about protected constructor
  • 5417 - Enable multiple project level issues
  • 9372 - Update RSPEC before 9.27 release

False Positive

  • 9247 - [C#] Fix S2629 FP: Constant fields in interpolated string
  • 9241 - [C#, VB.NET] Fix S2094 FP: Allow empty queries
  • 9106 - [C#] Fix S3459 FP: Backing field with ref property
  • 8522 - [C#, VB.NET] Fix S3220 FP: Rule does not take into account generics
  • 8436 - [C#] Fix S3253 FP: Don't raise for primary constructor in type declarations without parameters when they inherit from types with parameters
  • 8199 - [C#, VB.NET] Fix S2737 FP: Raised when exception filter is used
  • 8025 - [C#] Fix S2325 FP: Partial method implementations
  • 7521 - [C#] Fix S2743 FP: Should not raise when base type is generic
  • 7137 - [VB.NET] Fix S1654 FP: Do not report on event handlers, interfaces and overrides

False Negative

  • 9002 - [C#, VB.NET] Fix S6931 FN: Route templates starting with ~/
  • 6644 - [C#] Fix S2190 FN: No issues raised if recursion is inside an EventDeclaration by @​sagi1623
  • 6643 - [C#] Fix S2190 FN: No issues raised if recursion is inside a ConversionOperatorDeclaration by @​sagi1623
  • 6642 - [C#] Fix S2190 FN: No issues raised if recursion is inside an indexer by @​sagi1623
  • 4081 - [C#] Fix S2743 FN: Static fields of nested class inside generic class

9.26

... (truncated)

Commits
  • 242b97c Fix S3878 AD0001: Cover the case of CollectionInitializerSyntax for VB.NET (#...
  • 9c5b2d1 Fix S3878 AD0001: Cover the case of ImplicitArrayCreationExpressionSyntax (#9...
  • fb539c2 S1479: Update RSPEC (#9458)
  • 3e340a6 LVA: Add support for FlowCaptureOperation and FlowCaptureReferenceOperation (...
  • fb37a68 Update RSPEC before 9.28 release (#9457)
  • d5db7c1 Fix S1854 FN: Proper support of try/catch statements (#9450)
  • f0a203a Fix S1144 FP: Nested types decorated with StructLayout attribute (#9441)
  • cc797dd Fix S1854 FP: Value used in catch or when should LiveIn for all try block...
  • d9774fd Fix S1854 FP: Value used in finally should LiveIn for all try blocks (#9448)
  • 33a85fe Fix S4144 FP: when type constraints are used (#9398)
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates Roslynator.Formatting.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates SonarAnalyzer.CSharp from 9.25.0.90414 to 9.28.0.94264

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.28

False Positive

  • 9432 - [C#] Fix S1144 FP: Unused fields in class with StructLayout when struct is in deep hierarchy class
  • 9379 - [C#] Fix S1144 FP: Diagnostic doesn't respect reflection with DynamicallyAccessedMembers attribute
  • 8342 - [C#] Fix S1144 FP: Private Attributes
  • 7068 - [C#] Fix S4144 FP: when type constraints are used
  • 3050 - [C#] Fix S1479 FP: Single line case clause should be ignored
  • 9447 - [C#] Fix S1854 FP: Value used in catch or when should LiveIn for all try blocks
  • 9440 - [C#] Fix S1854 FP: Value used in finally should LiveIn for all try blocks
  • 4948 - [C#] Fix S1854 FP: Value used in finally should LiveIn after throw
  • 6894 - [C#, VB.NET] Fix S3878 FP: When non-object array is passed to object[] params as first argument
  • 6893 - [C#, VB.NET] Fix S3878 FP: when a params argument is named

False Negative

  • 8719 - [C#, VB.NET] Fix S2583/S2589 FN: try-catch in loop, LVA purges symbol prematurely
  • 4940 - [C#] Fix S1854 FN: Proper support of try/catch statements
  • 1255 - [C#] Fix S1871 FN: Support single line conditional block

9.27

This release includes a ton of false positive and false negative fixes. We would also like to thank @​sagi1623 for his contribution in #8464, which fixed three issues 🚀.

Improvements

  • RSPEC change - Rule S1694: Promoted to SonarWay
  • 9390 - Rule S6608: Benchmark is benchmarking the wrong things
  • 8795 - [C#] Improve S1694: Remove part about protected constructor
  • 5417 - Enable multiple project level issues
  • 9372 - Update RSPEC before 9.27 release

False Positive

  • 9247 - [C#] Fix S2629 FP: Constant fields in interpolated string
  • 9241 - [C#, VB.NET] Fix S2094 FP: Allow empty queries
  • 9106 - [C#] Fix S3459 FP: Backing field with ref property
  • 8522 - [C#, VB.NET] Fix S3220 FP: Rule does not take into account generics
  • 8436 - [C#] Fix S3253 FP: Don't raise for primary constructor in type declarations without parameters when they inherit from types with parameters
  • 8199 - [C#, VB.NET] Fix S2737 FP: Raised when exception filter is used
  • 8025 - [C#] Fix S2325 FP: Partial method implementations
  • 7521 - [C#] Fix S2743 FP: Should not raise when base type is generic
  • 7137 - [VB.NET] Fix S1654 FP: Do not report on event handlers, interfaces and overrides

False Negative

  • 9002 - [C#, VB.NET] Fix S6931 FN: Route templates starting with ~/
  • 6644 - [C#] Fix S2190 FN: No issues raised if recursion is inside an EventDeclaration by @​sagi1623
  • 6643 - [C#] Fix S2190 FN: No issues raised if recursion is inside a ConversionOperatorDeclaration by @​sagi1623
  • 6642 - [C#] Fix S2190 FN: No issues raised if recursion is inside an indexer by @​sagi1623
  • 4081 - [C#] Fix S2743 FN: Static fields of nested class inside generic class

9.26

... (truncated)

Commits
  • 242b97c Fix S3878 AD0001: Cover the case of CollectionInitializerSyntax for VB.NET (#...
  • 9c5b2d1 Fix S3878 AD0001: Cover the case of ImplicitArrayCreationExpressionSyntax (#9...
  • fb539c2 S1479: Update RSPEC (#9458)
  • 3e340a6 LVA: Add support for FlowCaptureOperation and FlowCaptureReferenceOperation (...
  • fb37a68 Update RSPEC before 9.28 release (#9457)
  • d5db7c1 Fix S1854 FN: Proper support of try/catch statements (#9450)
  • f0a203a Fix S1144 FP: Nested types decorated with StructLayout attribute (#9441)
  • cc797dd Fix S1854 FP: Value used in catch or when should LiveIn for all try block...
  • d9774fd Fix S1854 FP: Value used in finally should LiveIn for all try blocks (#9448)
  • 33a85fe Fix S4144 FP: when type constraints are used (#9398)
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates Roslynator.Formatting.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates SonarAnalyzer.CSharp from 9.25.0.90414 to 9.28.0.94264

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.28

False Positive

  • 9432 - [C#] Fix S1144 FP: Unused fields in class with StructLayout when struct is in deep hierarchy class
  • 9379 - [C#] Fix S1144 FP: Diagnostic doesn't respect reflection with DynamicallyAccessedMembers attribute
  • 8342 - [C#] Fix S1144 FP: Private Attributes
  • 7068 - [C#] Fix S4144 FP: when type constraints are used
  • 3050 - [C#] Fix S1479 FP: Single line case clause should be ignored
  • 9447 - [C#] Fix S1854 FP: Value used in catch or when should LiveIn for all try blocks
  • 9440 - [C#] Fix S1854 FP: Value used in finally should LiveIn for all try blocks
  • 4948 - [C#] Fix S1854 FP: Value used in finally should LiveIn after throw
  • 6894 - [C#, VB.NET] Fix S3878 FP: When non-object array is passed to object[] params as first argument
  • 6893 - [C#, VB.NET] Fix S3878 FP: when a params argument is named

False Negative

  • 8719 - [C#, VB.NET] Fix S2583/S2589 FN: try-catch in loop, LVA purges symbol prematurely
  • 4940 - [C#] Fix S1854 FN: Proper support of try/catch statements
  • 1255 - [C#] Fix S1871 FN: Support single line conditional block

9.27

This release includes a ton of false positive and false negative fixes. We would also like to thank @​sagi1623 for his contribution in #8464, which fixed three issues 🚀.

Improvements

  • RSPEC change - Rule S1694: Promoted to SonarWay
  • 9390 - Rule S6608: Benchmark is benchmarking the wrong things
  • 8795 - [C#] Improve S1694: Remove part about protected constructor
  • 5417 - Enable multiple project level issues
  • 9372 - Update RSPEC before 9.27 release

False Positive

  • 9247 - [C#] Fix S2629 FP: Constant fields in interpolated string
  • 9241 - [C#, VB.NET] Fix S2094 FP: Allow empty queries
  • 9106 - [C#] Fix S3459 FP: Backing field with ref property
  • 8522 - [C#, VB.NET] Fix S3220 FP: Rule does not take into account generics
  • 8436 - [C#] Fix S3253 FP: Don't raise for primary constructor in type declarations without parameters when they inherit from types with parameters
  • 8199 - [C#, VB.NET] Fix S2737 FP: Raised when exception filter is used
  • 8025 - [C#] Fix S2325 FP: Partial method implementations
  • 7521 - [C#] Fix S2743 FP: Should not raise when base type is generic
  • 7137 - [VB.NET] Fix S1654 FP: Do not report on event handlers, interfaces and overrides

False Negative

  • 9002 - [C#, VB.NET] Fix S6931 FN: Route templates starting with ~/
  • 6644 - [C#] Fix S2190 FN: No issues raised if recursion is inside an EventDeclaration by @​sagi1623
  • 6643 - [C#] Fix S2190 FN: No issues raised if recursion is inside a ConversionOperatorDeclaration by @​sagi1623
  • 6642 - [C#] Fix S2190 FN: No issues raised if recursion is inside an indexer by @​sagi1623
  • 4081 - [C#] Fix S2743 FN: Static fields of nested class inside generic class

9.26

... (truncated)

Commits
  • 242b97c Fix S3878 AD0001: Cover the case of CollectionInitializerSyntax for VB.NET (#...
  • 9c5b2d1 Fix S3878 AD0001: Cover the case of ImplicitArrayCreationExpressionSyntax (#9...
  • fb539c2 S1479: Update RSPEC (#9458)
  • 3e340a6 LVA: Add support for FlowCaptureOperation and FlowCaptureReferenceOperation (...
  • fb37a68 Update RSPEC before 9.28 release (#9457)
  • d5db7c1 Fix S1854 FN: Proper support of try/catch statements (#9450)
  • f0a203a Fix S1144 FP: Nested types decorated with StructLayout attribute (#9441)
  • cc797dd Fix S1854 FP: Value used in catch or when should LiveIn for all try block...
  • d9774fd Fix S1854 FP: Value used in finally should LiveIn for all try blocks (#9448)
  • 33a85fe Fix S4144 FP: when type constraints are used (#9398)
  • Additional commits viewable in compare view

Updates Roslynator.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates Roslynator.Formatting.Analyzers from 4.12.3 to 4.12.4

Release notes

Sourced from Roslynator.Formatting.Analyzers's releases.

v4.12.4

Fixed

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.12.4] - 2024-06-01

Fixed

Commits

Updates SonarAnalyzer.CSharp from 9.25.0.90414 to 9.28.0.94264

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.28

False Positive

  • 9432 - [C#] Fix S1144 FP: Unused fields in class with StructLayout when struct is in deep hierarchy class
  • 9379 - [C#] Fix S1144 FP: Diagnostic doesn't respect reflection with DynamicallyAccessedMembers attribute
  • 8342 - [C#] Fix S1144 FP: Private Attributes
  • 7068 - [C#] Fix S4144 FP: when type constraints are used
  • 3050 - [C#] Fix S1479 FP: Single line case clause should be ignored
  • 9447 - [C#] Fix S1854 FP: Value used in catch or when should LiveIn for all try blocks
  • 9440 - [C#] Fix S1854 FP: Value used in finally should LiveIn for all try blocks
  • 4948 - [C#] Fix S1854 FP: Value used in finally should LiveIn after throw
  • 6894 - [C#, VB.NET] Fix S3878 FP: When non-object array is passed to object[] params as first argument
  • 6893 - [C#, VB.NET] Fix S3878 FP: when a params argument is named

False Negative

  • 8719 - [C#, VB.NET] Fix S2583/S2589 FN: try-catch in loop, LVA purges symbol prematurely
  • 4940 - [C#] Fix S1854 FN: Proper support of try/catch statements
  • 1255 - [C#] Fix S1871 FN: Support single line conditional block

9.27

This release includes a ton of false positive and false negative fixes. We would also like to thank @​sagi1623 for his contribution in #8464, which fixed three issues 🚀.

Improvements

  • RSPEC change - Rule S1694: Promoted to SonarWay
  • 9390 - Rule S6608: Benchmark is benchmarking the wrong things
  • 8795 - [C#] Improve S1694: Remove part about protected constructor
  • 5417 - Enable multiple project level issues
  • 9372 - Update RSPEC before 9.27 release

False Positive

  • 9247 - [C#] Fix S2629 FP: Constant fields in interpolated string
  • 9241 - [C#, VB.NET] Fix S2094 FP: Allow empty queries
  • 9106 - [C#] Fix S3459 FP: Backing field with ref property
  • 8522 - [C#, VB.NET] Fix S3220 FP: Rule does not take into account generics
  • 8436 - [C#] Fix S3253 FP: Don't raise for primary constructor in type declarations without parameters when they inherit from types with parameters
  • 8199 - [C#, VB.NET] Fix S2737 FP: Raised when exception filter is used
  • 8025 - [C#] Fix S2325 FP: Partial method implementations
  • 7521 - [C#] Fix S2743 FP: Should not raise when base type is generic
  • 7137 - [VB.NET] Fix S1654 FP: Do not report on event handlers, interfaces and overrides

False Negative

  • 9002 - [C#, VB.NET] Fix S6931 FN: Route templates starting with ~/
  • 6644 - [C#] Fix S2190 FN: No issues raised if recursion is inside an EventDeclaration by @​sagi1623
  • 6643 - [C#] Fix S2190 FN: No issues raised if recursion is inside a ConversionOperatorDeclaration by @​sagi1623
  • 6642 - [C#] Fix S2190 FN: No issues raised if recursion is inside an indexer by @​sagi1623
  • 4081 - [C#] Fix S2743 FN: Static fields of nested class inside generic class

9.26

... (truncated)

Commits
  • 242b97c Fix S3878 AD0001: Cover the case of CollectionInitializerSyntax for VB.NET (#...
  • 9c5b2d1 Fix S3878 AD0001: Cover the case of ImplicitArrayCreationExpressionSyntax (#9...
  • fb539c2 S1479: Update RSPEC (#9458)
  • 3e340a6 LVA: Add support for FlowCaptureOperation and FlowCaptureReferenceOperation (...
  • fb37a68 Update RSPEC before 9.28 release (#9457)
  • d5db7c1 Fix S1854 FN: Proper support of try/catch statements (#9450)
  • f0a203a Fix S1144 FP: Nested types decorated with StructLayout attribute (#9441)
  • cc797dd Fix S1854 FP: Value used in catch or whenDescription has been truncated

Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoMoq directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoMoq.Tests directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoNSubstitute directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.AutoNSubstitute.Tests directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).
Bumps the analyzers group with 3 updates in the /src/Objectivity.AutoFixture.XUnit2.Core.Tests directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator), [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) and [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet).


Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

Updates `Roslynator.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `Roslynator.Formatting.Analyzers` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.3...v4.12.4)

Updates `SonarAnalyzer.CSharp` from 9.25.0.90414 to 9.28.0.94264
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.25.0.90414...9.28.0.94264)

---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 3, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5f352bf) to head (caad649).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #124   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines          423       423           
  Branches        54        54           
=========================================
  Hits           423       423           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@piotrzajac
Copy link
Collaborator

@dependabot squash and merge

…re.XUnit2.AutoFakeItEasy/analyzers-a86bbd6500
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot merged commit 77e27e3 into master Jul 3, 2024
19 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy/analyzers-a86bbd6500 branch July 3, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants