Storage client #424
Annotations
1 error and 11 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ManagedCode.Storage.Core/LoggerExtensions.cs#L9
Cannot convert null literal to non-nullable reference type.
|
ManagedCode.Storage.Core/BaseStorage.cs#L249
Possible null reference assignment.
|
ManagedCode.Storage.Core/BaseStorage.cs#L250
Possible null reference argument for parameter 'obj' in 'void Action<TOptions>.Invoke(TOptions obj)'.
|
ManagedCode.Storage.Core/Models/LocalFile.cs#L14
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integraions/ManagedCode.Storage.Client/StorageClient.cs#L41
The event 'StorageClient.OnProgressStatusChanged' is never used
|
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.
|
Storages/ManagedCode.Storage.Azure.DataLake/Options/AzureDataLakeStorageOptions.cs#L8
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
|
Storages/ManagedCode.Storage.Azure.DataLake/AzureDataLakeStorage.cs#L23
Non-nullable property 'StorageClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Integraions/ManagedCode.Storage.Server/FileUploadPayload.cs#L7
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading