Release 24.10.6.1 #16
Annotations
10 warnings
Compile target:
Source/Server/Managers/RoadManager.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Managers/RoadManager.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Managers/LoginManager.cs#L106
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Shared/Network/Packet.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Network/Network.cs#L99
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Network/Network.cs#L110
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Core/Main.cs#L22
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Compile target:
Source/Shared/Managers/MethodManager.cs#L27
Possible null reference return.
|
Compile target:
Source/Shared/Managers/MethodManager.cs#L32
Possible null reference return.
|
Compile target:
Source/Shared/Managers/MethodManager.cs#L37
Possible null reference return.
|
Loading