azure storage fix #473
Annotations
1 error and 10 warnings
|
Storages/ManagedCode.Storage.FileSystem/FileSystemStorageProvider.cs#L9
Parameter 'serviceProvider' is unread.
|
Storages/ManagedCode.Storage.Azure.DataLake/Extensions/ServiceCollectionExtensions.cs#L77
Possible null reference argument for parameter 'options' in 'AzureDataLakeStorage.AzureDataLakeStorage(AzureDataLakeStorageOptions options, ILogger<AzureDataLakeStorage>? logger = null)'.
|
Storages/ManagedCode.Storage.Azure.DataLake/Extensions/ServiceCollectionExtensions.cs#L61
Possible null reference argument for parameter 'options' in 'AzureDataLakeStorage.AzureDataLakeStorage(AzureDataLakeStorageOptions options, ILogger<AzureDataLakeStorage>? logger = null)'.
|
Storages/ManagedCode.Storage.Azure.DataLake/AzureDataLakeStorage.cs#L23
Non-nullable property 'StorageClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Storages/ManagedCode.Storage.Azure.DataLake/Options/AzureDataLakeStorageOptions.cs#L9
Non-nullable property 'FileSystem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Storages/ManagedCode.Storage.Azure.DataLake/Options/AzureDataLakeStorageOptions.cs#L8
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Storages/ManagedCode.Storage.Azure.DataLake/AzureDataLakeStorage.cs#L29
'AzureDataLakeStorage.StorageClient' hides inherited member 'BaseStorage<DataLakeFileSystemClient, AzureDataLakeStorageOptions>.StorageClient'. Use the new keyword if hiding was intended.
|
Integraions/ManagedCode.Storage.Client/StorageClient.cs#L35
The event 'StorageClient.OnProgressStatusChanged' is never used
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading