Skip to content

CodeQL

CodeQL #374

Triggered via schedule July 24, 2023 15:43
Status Success
Total duration 11m 35s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Exceptions/UnknownGameNameException.cs#L36
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): ProjBobcat/ProjBobcat/Handler/RedirectHandler.cs#L47
Nullability of reference types in return type doesn't match overridden member.
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).