Skip to content

The serializer, unit base, and some tile fix attempts. #7

The serializer, unit base, and some tile fix attempts.

The serializer, unit base, and some tile fix attempts. #7

Triggered via pull request January 29, 2025 06:00
Status Success
Total duration 1m 14s
Billable time 1m
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Backend/Debug.cs#L27
Converting null literal or possible null value to non-nullable type.
build: Backend/DatabaseManager.cs#L20
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/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/States/Simulation.cs#L12
Non-nullable field 'world' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/ClientCommunicator.cs#L119
Dereference of a possibly null reference.
build: Backend/ClientCommunicator.cs#L143
Possible null reference argument for parameter 'arg' in 'CallingBundle.CallingBundle(string name, object arg)'.
build: Backend/ClientCommunicator.cs#L166
Possible null reference argument for parameter 'arg' in 'CallingBundle.CallingBundle(string name, object arg)'.
build: Backend/ClientCommunicator.cs#L207
Possible null reference return.
build: Backend/ClientCommunicator.cs#L215
Possible null reference return.
build: Backend/WorldData/Map.cs#L16
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.