Skip to content

Implement Virtual FileSystem abstraction over ManagedCode.Storage #478

Implement Virtual FileSystem abstraction over ManagedCode.Storage

Implement Virtual FileSystem abstraction over ManagedCode.Storage #478

Re-run triggered September 1, 2025 20:38
Status Success
Total duration 2m 22s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: Storages/ManagedCode.Storage.Google/GCPStorage.cs#L295
'Object.TimeCreated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeCreatedDateTimeOffset instead.'
build-and-test: Storages/ManagedCode.Storage.Google/GCPStorage.cs#L74
'Object.Updated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.'
build-and-test: Storages/ManagedCode.Storage.Google/GCPStorage.cs#L73
'Object.TimeCreated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeCreatedDateTimeOffset instead.'
build-and-test: Storages/ManagedCode.Storage.Google/Extensions/ServiceCollectionExtensions.cs#L77
Possible null reference argument for parameter 'options' in 'GCPStorage.GCPStorage(GCPStorageOptions options, ILogger<GCPStorage>? logger = null)'.
build-and-test: Storages/ManagedCode.Storage.Google/Extensions/ServiceCollectionExtensions.cs#L61
Possible null reference argument for parameter 'options' in 'GCPStorage.GCPStorage(GCPStorageOptions options, ILogger<GCPStorage>? logger = null)'.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
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.