Skip to content

Fixed some warnings #331

Fixed some warnings

Fixed some warnings #331

Triggered via push October 21, 2023 08:50
Status Success
Total duration 41m 34s
Artifacts

main.yml

on: push
CreateDockerImage
1m 25s
CreateDockerImage
Deployment_Production
18s
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 Oct 21, 2023
Production

Annotations

20 warnings
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/Unverify/UnverifyLogRemove.cs#L7
Non-nullable property 'ReturnedRoles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Unverify/UnverifyLogRemove.cs#L8
Non-nullable property 'ReturnedChannelIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Unverify/UnverifyLogRemove.cs#L11
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Unverify/UnverifyLogItem.cs#L26
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/Unverify/UnverifyLogItem.cs#L31
Non-nullable property 'FromUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Unverify/UnverifyLogItem.cs#L36
Non-nullable property 'ToUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Unverify/UnverifyLogItem.cs#L46
Non-nullable property 'RemoveData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/GrillBot.Data/Models/API/Unverify/UnverifyLogItem.cs#L51
Non-nullable property 'SetData' 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.
Build: src/GrillBot.Data/Models/API/Jobs/ScheduledJob.cs#L7
Non-nullable property 'Name' 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/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.