Skip to content

Fixing repo

Fixing repo #12

Triggered via pull request February 12, 2025 05:02
Status Success
Total duration 2m 11s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Backend/Agents/Unit.cs#L11
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/Agents/Unit.cs#L12
Non-nullable field 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/WorldData/World.cs#L13
Non-nullable field 'map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/Agents/Unit.cs#L45
Non-nullable field 'unitType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/Agents/Unit.cs#L45
Non-nullable field 't1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/Agents/Unit.cs#L45
Non-nullable field 'pos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/Agents/Unit.cs#L45
Non-nullable field 'posV' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Backend/Agents/Building.cs#L18
Non-nullable field 'owner' 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#L37
Non-nullable field 'mapImage' 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#L23
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.