Bart Koelman
Bart Koelman
Address existing violations of [S3993: Custom attributes should be marked with "System.AttributeUsageAttribute"](https://rules.sonarsource.com/csharp/RSPEC-3993) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations, enable the...
Address existing violations of [S2302: "nameof" should be used](https://rules.sonarsource.com/csharp/RSPEC-2302) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations, enable the rule (see above)...
Address S3928: Parameter names used into ArgumentException constructors should match an existing one
Address existing violations of [S3928: Parameter names used into ArgumentException constructors should match an existing one](https://rules.sonarsource.com/csharp/RSPEC-3928) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find...
Address existing violations of [S3906: Event Handlers should have the correct signature](https://rules.sonarsource.com/csharp/RSPEC-3906) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations, enable the...
Address existing violations of [S3898: Value types should implement "IEquatable"](https://rules.sonarsource.com/csharp/RSPEC-3898) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations, enable the rule (see...
Address existing violations of [S3874: "out" and "ref" parameters should not be used](https://rules.sonarsource.com/csharp/RSPEC-3874) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations, enable...
Address existing violations of [S3872: Parameter names should not duplicate the names of their methods](https://rules.sonarsource.com/csharp/RSPEC-3872) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing...
Address existing violations of [S3776: Cognitive Complexity of methods should not be too high](https://rules.sonarsource.com/csharp/RSPEC-3776) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations,...
Address existing violations of [S3717: Track use of "NotImplementedException"](https://rules.sonarsource.com/csharp/RSPEC-3717) in the codebase and set severity to `Info` in `Steeltoe.Debug.ruleset` and to `Warning` in `Steeltoe.Release.ruleset`. Note: The difference in severities between...
Address existing violations of [S2955: Generic parameters not constrained to reference types should not be compared to "null"](https://rules.sonarsource.com/csharp/RSPEC-2955) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`....