Controller refactoring #337
Annotations
10 errors and 10 warnings
Build (DEBUG):
src/GrillBot.App/Actions/Api/ApiBridgeAction.cs#L7
'ApiBridgeAction' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/PublicApiClients/CreateClient.cs#L7
'CreateClient' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/PublicApiClients/DeleteClient.cs#L7
'DeleteClient' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/PublicApiClients/GetClient.cs#L7
'GetClient' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/PublicApiClients/GetClientsList.cs#L6
'GetClientsList' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/PublicApiClients/GetPublicApiMethods.cs#L7
'GetPublicApiMethods' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/PublicApiClients/UpdateClient.cs#L8
'UpdateClient' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/Reminder/FinishRemind.cs#L12
'FinishRemind' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/Reminder/GetReminderList.cs#L8
'GetReminderList' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
src/GrillBot.App/Actions/Api/V1/ScheduledJobs/GetScheduledJobs.cs#L11
'GetScheduledJobs' does not implement inherited abstract member 'ApiActionBase.ProcessAsync()'
|
Build (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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/Users/GuildUser.cs#L11
Non-nullable property 'UsedInvite' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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 (DEBUG):
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.
|
The logs for this run have expired and are no longer available.
Loading