Replace and remove DynDelegate #89
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3.0.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/ChatCommands.cs#L7
Possible null reference return.
|
Build:
Source/Common/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Source/Common/Networking/MpConnectionState.cs#L12
Possible null reference return.
|
Build:
Source/Common/Networking/NetworkingLiteNet.cs#L58
Dereference of a possibly null reference.
|
Build:
Source/Common/CommandHandler.cs#L82
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Multiplayer.Common.DevModeScope)2' is not covered.
|
Loading