Ai 230 #3199
Annotations
10 warnings
src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L49
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L194
The variable 'ex' is declared but never used
|
src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L74
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L121
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L194
Add logic to this catch clause or eliminate it and rethrow the exception automatically. (https://rules.sonarsource.com/csharp/RSPEC-2737)
|
src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L118
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L118
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L137
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L65
Constructor has 13 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs#L206
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
The logs for this run have expired and are no longer available.
Loading