fix: minor fixes of the automated cleanup #307
Annotations
11 warnings
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/.
|
Test:
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).
|
Test:
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).
|
Test:
src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
|
Test:
src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
|
Test:
src/Arius.Core/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
|
Test:
src/Arius.Core/Facade/Facade.cs#L114
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Arius.Core/Facade/Facade.cs#L114
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
src/Arius.Core/Facade/Facade.cs#L42
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/Arius.Core/Facade/Facade.cs#L233
Unreachable code detected
|
Test:
src/Arius.Core/Facade/Facade.cs#L255
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading