Skip to content

清理无用文件

清理无用文件 #23

Triggered via push September 18, 2024 09:25
Status Success
Total duration 30s
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#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.