Skip to content

minor tweaks

minor tweaks #146

Triggered via push August 20, 2024 03:16
Status Success
Total duration 7m 42s
Artifacts
Matrix: Analyze Arius
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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, github/codeql-action/analyze@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.Web.Core/RepositoryOptions.cs#L6
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze Arius (csharp): src/Arius.Web.Core/RepositoryOptions.cs#L7
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze Arius (csharp): src/Arius.Web.Core/RepositoryOptions.cs#L8
Non-nullable property 'AccountKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze Arius (csharp): src/Arius.Web.Core/RepositoryOptions.cs#L9
Non-nullable property 'Passphrase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze Arius (csharp): src/Arius.Web.Core/RepositoryOptions.cs#L10
Non-nullable property 'ContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze Arius (csharp): src/Arius.Web.Core/RepositoryOptions.cs#L12
Non-nullable property 'Tier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze Arius (csharp): 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).
Analyze Arius (csharp): 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).
Analyze Arius (csharp): src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
Analyze Arius (csharp): src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
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/