v0.1-test2 #1
Annotations
10 warnings
Compile target:
Source/Shared/Network/Packet.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Shared/Network/Packet.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Managers/LoginManager.cs#L112
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#L100
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Network/Network.cs#L111
Cannot convert null literal to non-nullable reference type.
|
Compile target:
Source/Server/Core/Master.cs#L12
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#L14
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#L16
Non-nullable field 'mapsPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading