chore(deps): update discatsharp #173
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
DisCatSharp.Extensions.OAuth2Web/EventHandling/Requests/AuthorizationCodeMatchRequest.cs#L57
Cannot convert null literal to non-nullable reference type.
|
DisCatSharp.Extensions.OAuth2Web/EventHandling/Requests/AuthorizationCodeCollectRequest.cs#L47
Non-nullable property 'Collected' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
DisCatSharp.Extensions.OAuth2Web/OAuth2WebConfiguration.cs#L78
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading