Skip to content

fix tests

fix tests #347

Triggered via push August 12, 2025 21:40
Status Success
Total duration 2m 26s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
nuget-pack
No files found that can be uploaded
nuget-pack
No baseline to compare found for :main_recent
nuget-pack: Storages/ManagedCode.Storage.FileSystem/Extensions/ServiceCollectionExtensions.cs#L51
Possible null reference argument for parameter 'options' in 'FileSystemStorage.FileSystemStorage(FileSystemStorageOptions options)'.
nuget-pack: Storages/ManagedCode.Storage.FileSystem/FileSystemStorageProvider.cs#L9
Parameter 'serviceProvider' is unread.
nuget-pack: 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)'.
nuget-pack: 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)'.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: 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.
nuget-pack: Integraions/ManagedCode.Storage.Client/StorageClient.cs#L35
The event 'StorageClient.OnProgressStatusChanged' is never used
nuget-pack: 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.