AddSingleton #467
Annotations
1 error and 10 warnings
|
build-and-test
Process completed with exit code 1.
|
|
build-and-test:
ManagedCode.Storage.Core/Models/LocalFile.cs#L15
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
ManagedCode.Storage.Core/Models/LocalFile.cs#L15
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/Options/AzureStorageCredentialsOptions.cs#L9
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/Options/AzureStorageCredentialsOptions.cs#L10
Non-nullable property 'ContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/Options/AzureStorageCredentialsOptions.cs#L12
Non-nullable property 'Credentials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/AzureStorage.cs#L107
Possible null reference assignment.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/AzureStorage.cs#L118
Possible null reference assignment.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/AzureStorage.cs#L120
Possible null reference argument for parameter 'obj' in 'void Action<IStorageOptions>.Invoke(IStorageOptions obj)'.
|
|
build-and-test:
Storages/ManagedCode.Storage.Azure/AzureStorage.cs#L134
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
|
|
build-and-test:
Integraions/ManagedCode.Storage.Client/StorageClient.cs#L35
The event 'StorageClient.OnProgressStatusChanged' is never used
|