Skip to content

Storage client

Storage client #430

Triggered via pull request June 13, 2024 12:34
Status Failure
Total duration 3m 8s
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/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.Core/BaseStorage.cs#L249
Possible null reference assignment.
build-and-test: ManagedCode.Storage.Core/BaseStorage.cs#L250
Possible null reference argument for parameter 'obj' in 'void Action<TOptions>.Invoke(TOptions obj)'.
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#L249
Possible null reference assignment.
build-and-test: ManagedCode.Storage.Core/BaseStorage.cs#L250
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.Core/LoggerExtensions.cs#L9
Cannot convert null literal to non-nullable reference type.
build-and-test: ManagedCode.Storage.Core/BaseStorage.cs#L249
Possible null reference assignment.