feat: added new CI #324
Annotations
1 error and 10 warnings
|
src/Arius.Core.Old/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).
|
src/Arius.Core.Old/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).
|
src/Arius.Core.Old/Facade/Facade.cs#L156
Cannot convert null literal to non-nullable reference type.
|
src/Arius.Core.Old/Facade/Facade.cs#L165
Cannot convert null literal to non-nullable reference type.
|
src/Arius.Core.Old/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
|
src/Arius.Core.Old/Services/FileService.cs#L50
Possible null reference return.
|
src/Arius.Core.Old/Services/FileService.cs#L65
Possible null reference return.
|
src/Arius.Core.Old/Commands/Archive/ArchiveCommand.cs#L179
Possible null reference argument for parameter 'e' in 'void ILoggerExtensions.LogError(ILogger logger, Exception e)'.
|
src/Arius.Core.Old/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.
|
src/Arius.Core.Old/Services/FileService.cs#L79
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading