Revert "Rabbit connection string" #409
Annotations
10 warnings
Build (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
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 (RELEASE):
src/GrillBot.Data/Models/API/Unverify/UnverifyLogItem.cs#L56
Non-nullable property 'UpdateData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (RELEASE):
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 (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.
|
Loading