Bump Minio from 5.0.0 to 6.0.0 #3205
Annotations
11 errors and 11 warnings
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L33
Cannot implicitly convert type 'Minio.IMinioClient' to 'Minio.MinioClient'. An explicit conversion exists (are you missing a cast?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L49
The type or namespace name 'BucketExistsArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L54
The type or namespace name 'ListObjectsArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L60
'?' does not contain a definition for 'GetEnumerator' and no accessible extension method 'GetEnumerator' accepting a first argument of type '?' could be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L62
The type or namespace name 'RemoveObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L71
The type or namespace name 'MakeBucketArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L100
The type or namespace name 'PutObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L118
The type or namespace name 'PutObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L136
The type or namespace name 'GetObjectArgs' could not be found (are you missing a using directive or an assembly reference?)
|
tests/IntegrationTests/TaskManager.IntegrationTests/Support/MinioClientUtil.cs#L141
The type or namespace name 'BucketExistsArgs' could not be found (are you missing a using directive or an assembly reference?)
|
|
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
|
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.
|
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.
|
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L91
The variable 'e' is declared but never used
|
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L116
Dereference of a possibly null reference.
|
tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L118
Dereference of a possibly null reference.
|
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.
|
tests/UnitTests/WorkflowManager.Tests/DummyMessagingService.cs#L53
The event 'DummyMessagingService.OnConnectionError' is never used
|
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.
|
|
The logs for this run have expired and are no longer available.
Loading