AuditLogService integration #369
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
src/GrillBot.Data/Models/API/Unverify/UnverifyInfo.cs#L25
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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.
|
The logs for this run have expired and are no longer available.
Loading