Skip to content

Handle mess in provided data for OAuth2 callback #344

Handle mess in provided data for OAuth2 callback

Handle mess in provided data for OAuth2 callback #344

Triggered via push December 25, 2023 13:00
Status Success
Total duration 3m 31s
Artifacts

main.yml

on: push
CreateDockerImage
1m 0s
CreateDockerImage
Deployment_Production
21s
Deployment_Production
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
Misha12
approved Dec 25, 2023
Production

Annotations

20 warnings
Build: src/GrillBot.Data/Models/API/Invites/GuildInvite.cs#L7
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L8
Non-nullable property 'LastMessageFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L9
Non-nullable property 'MostActiveUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L10
Non-nullable property 'ParentChannel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L11
Non-nullable property 'Threads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/MessageResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/OAuth2/OAuth2GetLink.cs#L13
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L9
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L9
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L8
Non-nullable property 'LastMessageFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L9
Non-nullable property 'MostActiveUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L10
Non-nullable property 'ParentChannel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L11
Non-nullable property 'Threads' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Users/GuildUser.cs#L11
Non-nullable property 'UsedInvite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Users/GuildUser.cs#L31
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Invites/GuildInvite.cs#L7
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.