Skip to content

Updates ClientCommunicator and makes the refresh button on the sim screen properly refresh. #5

Updates ClientCommunicator and makes the refresh button on the sim screen properly refresh.

Updates ClientCommunicator and makes the refresh button on the sim screen properly refresh. #5

Triggered via pull request November 26, 2024 22:13
Status Success
Total duration 2m 42s
Billable time 3m
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.