Release 24.10.6.1 #16
Annotations
10 warnings
Compile target:
Source/Shared/Network/Packet.cs#L21
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/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/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/Master.cs#L11
Non-nullable field 'mainPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Compile target:
Source/Server/Core/Master.cs#L13
Non-nullable field 'corePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Compile target:
Source/Server/Core/Master.cs#L15
Non-nullable field 'mapsPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Compile target:
Source/Server/Core/Master.cs#L17
Non-nullable field 'logsPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading