Skip to content

chore: rename Arius.Core.New to Arius.Core #160

chore: rename Arius.Core.New to Arius.Core

chore: rename Arius.Core.New to Arius.Core #160

Triggered via push October 9, 2024 09:00
Status Failure
Total duration 5m 2s
Artifacts
Matrix: Analyze Arius
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Analyze Arius (csharp): src/Arius.Core.Domain/GlobalUsings.cs#L3
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Analyze Arius (csharp): src/Arius.Core.Domain/GlobalUsings.cs#L7
The type or namespace name 'WouterVanRanst' could not be found (are you missing a using directive or an assembly reference?)
Analyze Arius (csharp): src/Arius.Core.Domain/GlobalUsings.cs#L3
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Analyze Arius (csharp): src/Arius.Core.Domain/GlobalUsings.cs#L7
The type or namespace name 'WouterVanRanst' could not be found (are you missing a using directive or an assembly reference?)
Analyze Arius (csharp)
Process completed with exit code 1.
Analyze Arius (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: github/codeql-action/init@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze Arius (csharp): src/Arius.Core.Domain/Storage/StateVersion.cs#L50
'DateTimeStateVersion.FromUtcNow()' hides inherited member 'StateVersion.FromUtcNow()'. Use the new keyword if hiding was intended.
Analyze Arius (csharp): 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).
Analyze Arius (csharp): 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).
Analyze Arius (csharp): src/Arius.Core.Old/Facade/Facade.cs#L156
Cannot convert null literal to non-nullable reference type.
Analyze Arius (csharp): src/Arius.Core.Old/Facade/Facade.cs#L165
Cannot convert null literal to non-nullable reference type.
Analyze Arius (csharp): src/Arius.Core.Old/Services/FileSystemService.cs#L53
Cannot convert null literal to non-nullable reference type.
Analyze Arius (csharp): src/Arius.Core.Old/Commands/Restore/RestoreCommandBlocks.cs#L254
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<BinaryFile>.SetResult(BinaryFile result)'.
Analyze Arius (csharp): src/Arius.Core.Old/Commands/Archive/ArchiveCommand.cs#L179
Possible null reference argument for parameter 'e' in 'void ILoggerExtensions.LogError(ILogger logger, Exception e)'.
Analyze Arius (csharp): 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.
Analyze Arius (csharp): 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.
Analyze Arius (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/