Skip to content

feat: added new CI #324

feat: added new CI

feat: added new CI #324

Triggered via push October 9, 2024 07:21
Status Failure
Total duration 3m 37s
Artifacts

core-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 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.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).
Run Test Suite on ubuntu-latest: 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).
Run Test Suite on ubuntu-latest: src/Arius.Core.Old/Facade/Facade.cs#L156
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core.Old/Facade/Facade.cs#L165
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core.Old/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core.Old/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.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.
Run Test Suite on windows-latest: 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).
Run Test Suite on windows-latest: 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).
Run Test Suite on windows-latest: src/Arius.Core.Old/Facade/Facade.cs#L156
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core.Old/Facade/Facade.cs#L165
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core.Old/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core.Old/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.Old/Facade/Facade.cs#L116
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Run Test Suite on windows-latest: src/Arius.Core.Old/Facade/Facade.cs#L116
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.