Skip to content

更新处理用户命令和接收服务器信息类 #16

更新处理用户命令和接收服务器信息类

更新处理用户命令和接收服务器信息类 #16

Triggered via push September 16, 2024 01:10
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)'.