添加插件:ConsoleSql(控制台SQL执行) #179
Merged
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/Utils/Helper.cs#L81
Possible null reference assignment.
|
EconomicsAPI/Utils/Helper.cs#L85
Argument of type '(object? instance, T attribute)' cannot be used for parameter 'value' of type '(object, T)' in 'void Dictionary<MethodInfo, (object, T)>.Add(MethodInfo key, (object, T) value)' due to differences in the nullability of reference types.
|
EconomicsAPI/Utils/Helper.cs#L90
Argument of type '(object?, T attribute)' cannot be used for parameter 'value' of type '(object, T)' in 'void Dictionary<MethodInfo, (object, T)>.Add(MethodInfo key, (object, T) value)' due to differences in the nullability of reference types.
|
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.
|
This job succeeded
Loading