Skip to content

fix(actions): restore tasks #215

fix(actions): restore tasks

fix(actions): restore tasks #215

Triggered via push December 21, 2023 04:45
Status Success
Total duration 2m 22s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/ExtensionMethods.cs#L44
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/ExtensionMethods.cs#L63
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/TwoFactorExtension.cs#L86
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/Entities/TwoFactorResponse.cs#L43
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/Entities/TwoFactorResponse.cs#L48
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/TwoFactorExtension.cs#L100
Dereference of a possibly null reference.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/TwoFactorExtension.cs#L86
Non-nullable property 'DatabaseClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/TwoFactorExtension.cs#L86
Non-nullable property 'VersionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/TwoFactorExtension.cs#L146
Dereference of a possibly null reference.