NoLabel test #2
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/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/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/Shared/Files/AnimalFile.cs#L10
Non-nullable field 'ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Compile target:
Source/Shared/Files/AnimalFile.cs#L12
Non-nullable field 'ScribeData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Compile target:
Source/Shared/Files/CaravanFile.cs#L12
Non-nullable field 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading