Fixed potential infinite recursion ISyncSimple
crashes
#82
Annotations
11 warnings
Builds
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/.
|
Builds:
Source/Common/Util/DynDelegate.cs#L164
Cannot convert null literal to non-nullable reference type.
|
Builds:
Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Builds:
Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Builds:
Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Builds:
Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Builds:
Source/Common/Util/DynDelegate.cs#L129
Cannot convert null literal to non-nullable reference type.
|
Builds:
Source/Common/ChatCommands.cs#L7
Possible null reference return.
|
Builds:
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.
|
Builds:
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.
|
Builds:
Source/Common/Util/DynDelegate.cs#L161
Possible null reference return.
|