Skip to content

chore(deps): update analyzer #225

chore(deps): update analyzer

chore(deps): update analyzer #225

Triggered via push December 24, 2023 12:03
Status Success
Total duration 2m 14s
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#L82
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#L120
Dereference of a possibly null reference.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/TwoFactorExtension.cs#L148
Dereference of a possibly null reference.
Analyze (csharp): DisCatSharp.Extensions.TwoFactorCommands/ExtensionMethods.cs#L98
Possible null reference argument for parameter 'value' in 'void Dictionary<int, TwoFactorExtension>.Add(int key, TwoFactorExtension value)'.