Skip to content

Update ProjBobcat.csproj #380

Update ProjBobcat.csproj

Update ProjBobcat.csproj #380

Triggered via push July 31, 2023 05:15
Status Failure
Total duration 11m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Analyze (csharp)
The PackageLicenseUrl is being deprecated and cannot be used in conjunction with the PackageLicenseFile or PackageLicenseExpression.
Analyze (csharp)
The PackageLicenseUrl is being deprecated and cannot be used in conjunction with the PackageLicenseFile or PackageLicenseExpression.
Analyze (csharp)
The PackageLicenseUrl is being deprecated and cannot be used in conjunction with the PackageLicenseFile or PackageLicenseExpression.
Analyze (csharp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "C:\hostedtoolcache\windows\CodeQL\2.14.1-v2.14.1\x64\codeql\csharp\tools\autobuild.cmd". Exit code was 1 and error was: Error: Could not auto-detect a suitable build method
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/CurseForgeAPIHelper.cs#L15
The type 'AddonInfoReqModel' defines init-only properties, deserialization of which is currently not supported in source generation mode.
Analyze (csharp): ProjBobcat/ProjBobcat/DefaultComponent/Authenticator/MicrosoftAuthenticator.cs#L25
The type 'McReqModel' defines init-only properties, deserialization of which is currently not supported in source generation mode.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L55
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L81
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/HttpHelper.cs#L122
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L60
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L48
Nullability of reference types in type of parameter 'format' of 'string SystemArch.ToString(string format, IFormatProvider formatProvider = null)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L48
Nullability of reference types in type of parameter 'formatProvider' of 'string SystemArch.ToString(string format, IFormatProvider formatProvider = null)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L37
Nullability of reference types in type of parameter 'other' of 'bool SystemArch.Equals(SystemArch other)' doesn't match implicitly implemented member 'bool IEquatable<SystemArch>.Equals(SystemArch? other)' (possibly because of nullability attributes).
Analyze (csharp): ProjBobcat/ProjBobcat/Class/Helper/SystemInfo/SystemArch.cs#L48
Cannot convert null literal to non-nullable reference type.