Skip to content

azure storage fix

azure storage fix #473

Triggered via push March 17, 2025 12:03
Status Failure
Total duration 2m 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: 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)'.
build-and-test: 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)'.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: Integraions/ManagedCode.Storage.Client/StorageClient.cs#L35
The event 'StorageClient.OnProgressStatusChanged' is never used
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.