build(deps-dev): bump semantic-release from 23.0.2 to 23.0.7 #14
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/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/Sql/SqlBlobClient.cs#L84
Possible null reference return.
|
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/BlobClientException.cs#L6
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add 'System.SerializableAttribute' attribute on 'BlobClientException' because it implements 'ISerializable'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Loading