Skip to content

chore(deps): update discatsharp to 10.6.6-nightly-017 #408

chore(deps): update discatsharp to 10.6.6-nightly-017

chore(deps): update discatsharp to 10.6.6-nightly-017 #408

Triggered via pull request September 2, 2024 00:31
Status Success
Total duration 3m 9s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventHandling/Requests/AuthorizationCodeMatchRequest.cs#L50
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeReceiveEventArgs.cs#L29
Non-nullable property 'ReceivedCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeReceiveEventArgs.cs#L29
Non-nullable property 'ReceivedState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L31
Non-nullable property 'ExchangedCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L31
Non-nullable property 'ReceivedState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L31
Non-nullable property 'DiscordAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AccessTokenRevokeEventArgs.cs#L31
Non-nullable property 'RevokedDiscordAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AccessTokenRefreshEventArgs.cs#L31
Non-nullable property 'RefreshedDiscordAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/OAuth2WebConfiguration.cs#L39
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/OAuth2WebConfiguration.cs#L39
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.