Feature/ag 14044 Testing sonar #44
sonarcloud.yml
on: pull_request
Analyze with SonarCloud
52s
Annotations
11 warnings
Analyze with SonarCloud
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultExecutor.cs#L84
Use an immutable collection or reduce the accessibility of the non-private readonly field 'ErrorMessages'. (https://rules.sonarsource.com/csharp/RSPEC-3887)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultExecutor.cs#L84
Use an immutable collection or reduce the accessibility of the public static field 'ErrorMessages'. (https://rules.sonarsource.com/csharp/RSPEC-2386)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultDictionaryBuilder.cs#L64
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultDictionaryBuilder.cs#L36
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
Analyze with SonarCloud:
src/KeyValuePush.Redis/RedisPusher.cs#L32
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultExecutor.cs#L84
Use an immutable collection or reduce the accessibility of the non-private readonly field 'ErrorMessages'. (https://rules.sonarsource.com/csharp/RSPEC-3887)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultExecutor.cs#L84
Use an immutable collection or reduce the accessibility of the public static field 'ErrorMessages'. (https://rules.sonarsource.com/csharp/RSPEC-2386)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultDictionaryBuilder.cs#L64
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
Analyze with SonarCloud:
src/KeyValuePush/DefaultDictionaryBuilder.cs#L36
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
Analyze with SonarCloud:
src/KeyValuePush.Redis/RedisPusher.cs#L32
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|