Skip to content

Documentation

Documentation #41

Manually triggered December 8, 2023 23:38
Status Success
Total duration 1m 50s
Artifacts

documentation.yml

on: workflow_dispatch
Build documentation
1m 20s
Build documentation
Upload documentation
15s
Upload documentation
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build documentation: 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.
Build documentation: 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.
Build documentation: 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.
Build documentation: 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.
Build documentation: 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.
Build documentation: 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.
Build documentation: 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.
Build documentation: 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.
Build documentation: DisCatSharp.Extensions.OAuth2Web/OAuth2WebConfiguration.cs#L98
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build documentation: DisCatSharp.Extensions.OAuth2Web/OAuth2WebConfiguration.cs#L98
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.