Skip to content

feat: move to dotnet 8.0.2 #2

feat: move to dotnet 8.0.2

feat: move to dotnet 8.0.2 #2

Triggered via push March 7, 2024 16:22
Status Failure
Total duration 1m 22s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 253.
Build: src/Be.Vlaanderen.Basisregisters.BlobStore/Aws/S3BlobClient.cs#L62
Possible null reference return.
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/Memory/MemoryBlobClient.cs#L27
Cannot convert null literal to non-nullable reference type.
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)