Adding format checker #1
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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.
|
build:
Backend/ClientCommunicator.cs#L150
Possible null reference return.
|
build:
Backend/ClientCommunicator.cs#L158
Possible null reference return.
|
build:
Backend/ClientCommunicator.cs#L13
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/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/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:
Frontend/Pages/Simulation.xaml.cs#L24
The field 'Simulation.relativePath' is assigned but its value is never used
|
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.
|