2.1.21 #331
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ndepend/ndepend-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
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.
|
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.
|
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/AzureDataLakeStorage.cs#L23
Non-nullable property 'StorageClient' must contain a non-null value when exiting constructor. Consider 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 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.Google/Options/GCPStorageOptions.cs#L10
Non-nullable property 'BucketOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Storages/ManagedCode.Storage.Google/Options/BucketOptions.cs#L5
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Storages/ManagedCode.Storage.Google/Options/BucketOptions.cs#L7
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ndepend", "ndependtrend".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading