Skip to content

chore: added comments #310

chore: added comments

chore: added comments #310

Triggered via push April 8, 2024 18:16
Status Failure
Total duration 3m 38s
Artifacts

core-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
Run Test Suite on ubuntu-latest
Process completed with exit code 1.
Run Test Suite on windows-latest
The job was canceled because "ubuntu-latest" failed.
Run Test Suite on windows-latest
The operation was canceled.
Run Test Suite on ubuntu-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L9
Nullability of reference types in type of parameter 'x' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on ubuntu-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L9
Nullability of reference types in type of parameter 'y' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on ubuntu-latest: src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core/Commands/Restore/RestoreCommandBlocks.cs#L254
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<BinaryFile>.SetResult(BinaryFile result)'.
Run Test Suite on ubuntu-latest: src/Arius.Core/Models/PointerFileEntry.cs#L8
Non-nullable property 'BinaryHashValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Test Suite on ubuntu-latest: src/Arius.Core/Models/PointerFileEntry.cs#L13
Non-nullable property 'RelativeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Test Suite on ubuntu-latest: src/Arius.Core/Models/PointerFileEntry.cs#L24
Non-nullable property 'Chunk' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Test Suite on ubuntu-latest: src/Arius.Core/Facade/Facade.cs#L42
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Run Test Suite on windows-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L9
Nullability of reference types in type of parameter 'x' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on windows-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L9
Nullability of reference types in type of parameter 'y' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core/Commands/Restore/RestoreCommandBlocks.cs#L254
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<BinaryFile>.SetResult(BinaryFile result)'.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileService.cs#L50
Possible null reference return.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileService.cs#L65
Possible null reference return.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileService.cs#L79
Possible null reference return.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileService.cs#L88
Converting null literal or possible null value to non-nullable type.