azure storage fix #343
Annotations
10 warnings
|
nuget-pack:
Storages/ManagedCode.Storage.Google/GCPStorage.cs#L74
'Object.Updated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.'
|
|
nuget-pack:
Storages/ManagedCode.Storage.Google/GCPStorage.cs#L73
'Object.TimeCreated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeCreatedDateTimeOffset instead.'
|
|
nuget-pack:
Storages/ManagedCode.Storage.Google/Extensions/ServiceCollectionExtensions.cs#L77
Possible null reference argument for parameter 'options' in 'GCPStorage.GCPStorage(GCPStorageOptions options, ILogger<GCPStorage>? logger = null)'.
|
|
nuget-pack:
Storages/ManagedCode.Storage.Google/Extensions/ServiceCollectionExtensions.cs#L61
Possible null reference argument for parameter 'options' in 'GCPStorage.GCPStorage(GCPStorageOptions options, ILogger<GCPStorage>? logger = null)'.
|
|
nuget-pack:
Storages/ManagedCode.Storage.Google/GCPStorage.cs#L26
Non-nullable field 'urlSigner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
nuget-pack:
Storages/ManagedCode.Storage.Google/Options/BucketOptions.cs#L7
Non-nullable property 'Bucket' 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.Google/Options/BucketOptions.cs#L5
Non-nullable property 'ProjectId' 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.Google/Options/GCPStorageOptions.cs#L10
Non-nullable property 'BucketOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
|
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.
|