Random Terrain Generation and Client Communicator #4
Annotations
10 warnings
build:
Backend/DatabaseManager.cs#L19
Non-nullable field 'connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/WorldData/Map.cs#L19
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/WorldData/Map.cs#L24
Non-nullable field 'landType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/DatabaseManager.cs#L8
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/ClientCommunicator.cs#L11
Non-nullable field '_clientCommunicator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/BackendMain.cs#L14
Non-nullable field 'mainWorld' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/BackendMain.cs#L14
Non-nullable field 'mainWorld' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/WorldData/Map.cs#L19
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/WorldData/Map.cs#L24
Non-nullable field 'landType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Backend/DatabaseManager.cs#L19
Non-nullable field 'connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|