Skip to content

Event dispatcher fixes, plus added RequireNextFrame property to Event… #83

Event dispatcher fixes, plus added RequireNextFrame property to Event…

Event dispatcher fixes, plus added RequireNextFrame property to Event… #83

Triggered via push December 11, 2024 09:28
Status Success
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: UncreatedWarfare/Components/VehicleComponent.cs#L25
Non-nullable field '_tipService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L26
Non-nullable field '_hud' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L40
Non-nullable field 'Vehicle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L48
Non-nullable field '_timeEnteredTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L49
Non-nullable field '_timeRewardedTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L50
Non-nullable field 'DamageTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L56
Non-nullable property 'TransportTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L57
Non-nullable property 'UsageTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Components/VehicleComponent.cs#L430
Non-nullable field '_warningRoutine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Commands/Kit/KitLayoutSaveCommand.cs#L26
'WarfarePlayer.PurchaseSync' is obsolete