fix: github actions #302
Annotations
22 warnings
Run Test Suite on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Test Suite on ubuntu-latest:
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).
|
Run Test Suite on ubuntu-latest:
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).
|
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#L54
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/Services/FileService.cs#L51
Possible null reference return.
|
Run Test Suite on ubuntu-latest:
src/Arius.Core/Services/FileService.cs#L66
Possible null reference return.
|
Run Test Suite on ubuntu-latest:
src/Arius.Core/Commands/Archive/ArchiveCommand.cs#L179
Possible null reference argument for parameter 'e' in 'void ILoggerExtensions.LogError(ILogger logger, Exception e)'.
|
Run Test Suite on ubuntu-latest:
src/Arius.Core/Commands/Archive/ArchiveCommand.cs#L181
Argument of type 'IEnumerable<AggregateException?>' cannot be used for parameter 'innerExceptions' of type 'IEnumerable<Exception>' in 'AggregateException.AggregateException(IEnumerable<Exception> innerExceptions)' due to differences in the nullability of reference types.
|
Run Test Suite on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Test Suite on windows-latest:
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).
|
Run Test Suite on windows-latest:
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).
|
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#L54
Cannot convert null literal to non-nullable reference type.
|
Run Test Suite on windows-latest:
src/Arius.Core/Services/FileService.cs#L51
Possible null reference return.
|
Run Test Suite on windows-latest:
src/Arius.Core/Services/FileService.cs#L66
Possible null reference return.
|
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#L80
Possible null reference return.
|
Run Test Suite on windows-latest:
src/Arius.Core/Services/FileService.cs#L89
Converting null literal or possible null value to non-nullable type.
|