Bart Koelman
Bart Koelman
Address existing violations of [S4462: Calls to "async" methods should not be blocking](https://rules.sonarsource.com/csharp/RSPEC-4462) 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 [S4060: Non-abstract attributes should be sealed](https://rules.sonarsource.com/csharp/RSPEC-4060) 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 [S4059: Property names should not match get methods](https://rules.sonarsource.com/csharp/RSPEC-4059) 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 the following, related rules: - [S1449: Culture should be specified for "string" operations](https://rules.sonarsource.com/csharp/RSPEC-1449) - [S4056: Overloads with a "CultureInfo" or an "IFormatProvider" parameter should be used](https://rules.sonarsource.com/csharp/RSPEC-4056)...
Address existing violations of [S4040: Strings should be normalized to uppercase](https://rules.sonarsource.com/csharp/RSPEC-4040) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations, enable the rule...
Address existing violations of [S4039: Interface methods should be callable by derived types](https://rules.sonarsource.com/csharp/RSPEC-4039) 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 [S4023: Interfaces should not be empty](https://rules.sonarsource.com/csharp/RSPEC-4023) 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 [S3956: "Generic.List" instances should not be part of public APIs](https://rules.sonarsource.com/csharp/RSPEC-3956) in the codebase and set severity to `Warning` in `Steeltoe.Debug.ruleset` and `Steeltoe.Release.ruleset`. To find existing violations,...
Address existing violations of [S4004: Collection properties should be readonly](https://rules.sonarsource.com/csharp/RSPEC-4004) 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 the following, related rules: - [S3994: URI Parameters should not be strings](https://rules.sonarsource.com/csharp/RSPEC-3994) - [S3995: URI return values should not be strings](https://rules.sonarsource.com/csharp/RSPEC-3995) - [S3996: URI properties should...