chore: added comments #310
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Test:
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).
|
Test:
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).
|
Test:
src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
|
Test:
src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
|
Test:
src/Arius.Core/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
|
Test:
src/Arius.Core/Commands/Restore/RestoreCommandBlocks.cs#L254
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<BinaryFile>.SetResult(BinaryFile result)'.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
Test:
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.
|
The logs for this run have expired and are no longer available.
Loading