chore: addtl comments #86
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/Extensions/PointerFileEntryEqualityComparer.cs#L10
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#L10
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/Services/FileSystemService.cs#L54
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/Services/FileService.cs#L51
Possible null reference return.
|
Test:
src/Arius.Core/Services/FileService.cs#L66
Possible null reference return.
|
Test:
src/Arius.Core/Services/FileService.cs#L80
Possible null reference return.
|
Test:
src/Arius.Core/Services/FileService.cs#L89
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading