Skip to content

Incrementing version for release 0.0.46 #31

Incrementing version for release 0.0.46

Incrementing version for release 0.0.46 #31

Triggered via push December 8, 2023 10:40
Status Failure
Total duration 3m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Packer2.FileSystem/IDataStoreExtensions.cs#L7
Possible null reference assignment.
build: Packer2.FileSystem/DefaultPathResolver.cs#L37
Possible null reference return.
build: Packer2.FileSystem/DefaultPathResolver.cs#L8
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Packer2.FileSystem/LocalFileSystem.cs#L57
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Packer2.Library/DataModel/Transofrmations/DowngradeTransform.cs#L59
Cannot convert null literal to non-nullable reference type.
build: Packer2.Library/DataModel/Transofrmations/MergeDataSourcesTransform.cs#L12
Cannot convert null literal to non-nullable reference type.
build: Packer2.Library/DataModel/Transofrmations/PasswordResolveTransform.cs#L14
Cannot convert null literal to non-nullable reference type.
build: Packer2.Library/DataModel/Transofrmations/PullUpExpressions.cs#L11
Cannot convert null literal to non-nullable reference type.
build: Packer2.Library/Tools/RelativePathEqualityComparer.cs#L13
Nullability of reference types in type of parameter 'x' of 'bool RelativePathEqualityComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).
build: Packer2.Library/Tools/RelativePathEqualityComparer.cs#L13
Nullability of reference types in type of parameter 'y' of 'bool RelativePathEqualityComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).