fix: minor fixes of the automated cleanup #306
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#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/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 ubuntu-latest:
src/Arius.Core/Commands/Restore/RestoreCommandBlocks.cs#L132
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run Test Suite on ubuntu-latest:
src/Arius.Core/Services/FileService.cs#L50
Possible null reference return.
|
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#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.
|