Merge pull request #894 from Project-MONAI/AI-230 #2600
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
analyze:
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.
|
analyze:
src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L194
The variable 'ex' is declared but never used
|
analyze:
tests/UnitTests/WorkflowManager.Tests/DummyMessagingService.cs#L53
The event 'DummyMessagingService.OnConnectionError' is never used
|
analyze:
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioDataSeeding.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
analyze:
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L44
Non-nullable property 'WorkflowPublisher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
analyze:
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
analyze:
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L91
The variable 'e' is declared but never used
|
analyze:
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L116
Dereference of a possibly null reference.
|
analyze:
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L118
Dereference of a possibly null reference.
|
analyze:
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.
|