Skip to content

ci: add minio env to test #4

ci: add minio env to test

ci: add minio env to test #4

Triggered via push March 7, 2024 16:29
Status Success
Total duration 2m 16s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Aws/S3BlobClient.cs#L62
Possible null reference return.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Memory/MemoryBlobClient.cs#L27
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Sql/SqlBlobClient.cs#L84
Possible null reference return.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/IO/FileBlobClient.cs#L29
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/IO/FileBlobClient.cs#L43
Possible null reference argument for parameter 'value' in 'KeyValuePair<MetadataKey, string>.KeyValuePair(MetadataKey key, string value)'.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Metadata.cs#L25
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Metadata.cs#L41
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Sql/SqlBlobClient.cs#L256
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Sql/SqlBlobClient.cs#L281
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/ForwardOnlyStream.cs#L8
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)