工作流: 优化工作流程,打包结构,添加使用前说明 #383
Merged
Annotations
1 error and 10 warnings
|
ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Prefix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChattyBridge/Message/PlayerChatMessage.cs#L15
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
EconomicsAPI/EventArgs/PlayerEventArgs/BasePlayerEventArgs.cs#L7
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
EconomicsAPI/Events/PlayerHandler.cs#L10
Non-nullable event 'OnPlayerKillNpc' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
EconomicsAPI/Events/PlayerHandler.cs#L12
Non-nullable event 'OnPlayerCountertop' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
EconomicsAPI/Events/PlayerHandler.cs#L14
Non-nullable event 'OnPlayerCurrencyUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
EconomicsAPI/Model/PingData.cs#L11
Non-nullable field 'TSPlayer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
EconomicsAPI/Model/PingData.cs#L13
Non-nullable field 'action' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading