清理无用文件 #23
Annotations
10 warnings
build:
HeyBoxChatBotCs.Api/Commands/ConsoleCommands/StopServerCommand.cs#L24
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#L12
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#L16
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#L18
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#L19
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#L22
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/Features/User.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|