更新:CaiBot新增查背包功能 #88
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/.
|
Build Plugins:
ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Plugins:
ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Prefix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Plugins:
ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Plugins:
ChattyBridge/Message/PlayerChatMessage.cs#L15
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Plugins:
EconomicsAPI/Utils/Helper.cs#L39
Possible null reference assignment.
|
Build Plugins:
EconomicsAPI/Utils/Helper.cs#L43
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.
|
Build Plugins:
EconomicsAPI/Utils/Helper.cs#L48
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.
|
Build Plugins:
EconomicsAPI/Events/PlayerHandler.cs#L9
Non-nullable event 'OnPlayerKillNpc' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build Plugins:
EconomicsAPI/Economics.cs#L34
Non-nullable field 'CurrencyManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Plugins:
AutoTeam/Configuration.cs#L51
Possible null reference return.
|
Loading