feat: split up IFileSystem over Domain and Infrastructure #322
Annotations
3 errors and 10 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#L140
Cannot convert null literal to non-nullable reference type.
|
Run Test Suite on ubuntu-latest:
src/Arius.Core/Facade/Facade.cs#L149
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/RestoreCommandHandler.cs#L92
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/Restore/RestoreCommandHandler.cs#L94
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/Archive/ArchiveCommandHandler.cs#L186
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/ArchiveCommandHandler.cs#L188
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/Services/FileService.cs#L50
Possible null reference return.
|