Skip to content

added getter for statistic value for a player. #128

added getter for statistic value for a player.

added getter for statistic value for a player. #128

Triggered via push January 4, 2025 11:45
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/Tweaks/VanishPlayerComponent.cs#L22
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Vehicles/WarfareVehicles/WarfareVehicleInfo.cs#L21
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Vehicles/WarfareVehicles/WarfareVehicleInfo.cs#L23
Non-nullable property 'VehicleAsset' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Tweaks/PlayerJumpComponent.cs#L22
Non-nullable field '_chatService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UncreatedWarfare/Tweaks/PlayerJumpComponent.cs#L24
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Vehicles/WarfareVehicles/WarfareVehicleComponent.cs#L12
Non-nullable property 'WarfareVehicle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Tweaks/GodPlayerComponent.cs#L20
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Teams/TeamSelectorUI.cs#L215
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Teams/TeamSelectorUI.cs#L218
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UncreatedWarfare/Teams/TeamSelectorUI.cs#L221
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.