发送信息完成! #17
Annotations
10 warnings
Build:
HeyBoxChatBotCs.Api/Commands/ConsoleCommands/StopServerCommand.cs#L26
Unreachable code detected
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/System/ServerMessage.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/System/ServerMessage.cs#L9
Non-nullable property 'NotifyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/System/ServerMessage.cs#L10
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/ServerMessageDatas/UserSendCommandData.cs#L13
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/ServerMessageDatas/UserSendCommandData.cs#L17
Non-nullable property 'Channel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/ServerMessageDatas/UserSendCommandData.cs#L19
Non-nullable property 'Room' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/ServerMessageDatas/UserSendCommandData.cs#L20
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/ServerMessageHandler/ServerMessageDatas/UserSendCommandData.cs#L23
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
HeyBoxChatBotCs.Api/Commands/ConsoleCommands/ConsoleHelpCommand.cs#L22
Possible null reference argument for parameter 'value' in 'string string.Join(char separator, params string?[] value)'.
|
Loading