Skip to content

bump

bump #365

Triggered via push June 8, 2024 05:08
Status Success
Total duration 3m 3s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AccessTokenRefreshEventArgs.cs#L35
Non-nullable property 'RefreshedDiscordAccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeReceiveEventArgs.cs#L33
Non-nullable property 'ReceivedCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeReceiveEventArgs.cs#L33
Non-nullable property 'ReceivedState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L39
Non-nullable property 'ExchangedCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L39
Non-nullable property 'ReceivedState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L39
Non-nullable property 'DiscordAccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AccessTokenRevokeEventArgs.cs#L35
Non-nullable property 'RevokedDiscordAccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventHandling/Requests/AuthorizationCodeMatchRequest.cs#L57
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/OAuth2WebExtensionUtilities.cs#L49
Dereference of a possibly null reference.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/OAuth2WebExtension.cs#L157
Possible null reference argument for parameter 'provider' in 'DiscordOAuth2Client.DiscordOAuth2Client(ulong clientId, string clientSecret, string redirectUri, IServiceProvider provider = null, IWebProxy proxy = null, TimeSpan? timeout = null, bool useRelativeRateLimit = true, ILoggerFactory loggerFactory = null, LogLevel minimumLogLevel = LogLevel.Information, string logTimestampFormat = "yyyy-MM-dd HH:mm:ss zzz")'.