Skip to content

Shliakhetskyi/get stream from blob #408

Shliakhetskyi/get stream from blob

Shliakhetskyi/get stream from blob #408

Triggered via pull request March 29, 2024 14:01
Status Failure
Total duration 2m 28s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-test
Process completed with exit code 1.
build-and-test
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/.
build-and-test: ManagedCode.Storage.Core/LoggerExtensions.cs#L9
Cannot convert null literal to non-nullable reference type.
build-and-test: ManagedCode.Storage.Core/BaseStorage.cs#L258
Possible null reference assignment.
build-and-test: ManagedCode.Storage.Core/BaseStorage.cs#L259
Possible null reference argument for parameter 'obj' in 'void Action<TOptions>.Invoke(TOptions obj)'.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: 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.
build-and-test: ManagedCode.Storage.Google/GCPStorage.cs#L26
Non-nullable field 'urlSigner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: ManagedCode.Storage.Google/GCPStorage.cs#L61
'Object.TimeCreated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeCreatedDateTimeOffset instead.'
build-and-test: ManagedCode.Storage.Google/GCPStorage.cs#L62
'Object.Updated' is obsolete: 'This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.'