CodeQL #397
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#L43
Nullability of reference types in return type doesn't match overridden member.
|
Analyze (csharp):
ProjBobcat/ProjBobcat/Platforms/Windows/DefaultMinecraftUWPCore.cs#L90
Nullability of type of parameter 'settings' doesn't match overridden member (possibly because of nullability attributes).
|
Analyze (csharp):
ProjBobcat/ProjBobcat/Class/Model/GameResource/GameLoggingDownloadInfo.cs#L10
Nullability of reference types in return type of 'string? GameLoggingDownloadInfo.Url.get' doesn't match implicitly implemented member 'string IGameResource.Url.get' (possibly because of nullability attributes).
|
Analyze (csharp):
ProjBobcat/ProjBobcat/Class/Model/GameResource/GameLoggingDownloadInfo.cs#L13
Nullability of reference types in return type of 'string? GameLoggingDownloadInfo.CheckSum.get' doesn't match implicitly implemented member 'string IGameResource.CheckSum.get' (possibly because of nullability attributes).
|
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.
|