Skip to content

Update README.md

Update README.md #472

Triggered via push January 23, 2025 19:17
Status Success
Total duration 2m 47s
Artifacts

codeql.yml

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

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): DisCatSharp.Extensions.SimpleMusicCommands/SimpleMusicCommandsExtension.cs#L60
'SimpleMusicCommandsExtension.Client' hides inherited member 'BaseExtension.Client'. Use the new keyword if hiding was intended.
Analyze (csharp): DisCatSharp.Extensions.SimpleMusicCommands/SimpleMusicCommandsExtension.cs#L44
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.SimpleMusicCommands/SimpleMusicCommandsExtension.cs#L60
'SimpleMusicCommandsExtension.Client' hides inherited member 'BaseExtension.Client'. Use the new keyword if hiding was intended.
Analyze (csharp): DisCatSharp.Extensions.SimpleMusicCommands/SimpleMusicCommandsExtension.cs#L44
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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.