Cleanup fault injection #569
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run game-ci/unity-builder@v4
Assets/Scripts/Trackers/PatrollingTracker.cs(98,21): warning CS0108: 'PatrollingTracker.UIUpdate()' hides inherited member 'Tracker<PatrollingVisualizer, IPatrollingVisualizationMode>.UIUpdate()'. Use the new keyword if hiding was intended.
|
Run game-ci/unity-builder@v4
Assets/Scripts/UI/SimulationInfoUIControllers/PatrollingInfoUIController.cs(130,21): warning CS0114: 'PatrollingInfoUIController.Update()' hides inherited member 'SimulationInfoUIControllerBase<PatrollingSimulation, IPatrollingAlgorithm, PatrollingSimulationScenario>.Update()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run game-ci/unity-builder@v4
Assets/Scripts/Simulation/SimulationScenarios/PatrollingSimulationScenario.cs(31,17): warning CS8604: Possible null reference argument for parameter 'robotSpawner' in 'SimulationScenario<PatrollingSimulation, IPatrollingAlgorithm>.SimulationScenario(int seed, RobotFactory<IPatrollingAlgorithm> robotSpawner, SimulationEndCriteriaDelegate<PatrollingSimulation>? hasFinishedSim = null, MapFactory? mapSpawner = null, RobotConstraints? robotConstraints = null, string? statisticsFileName = null, IFaultInjection? faultInjection = null)'.
|
Run game-ci/unity-builder@v4
Assets/Scripts/PatrollingAlgorithms/PatrollingAlgorithm.cs(22,31): warning CS8618: Non-nullable field '_globalMap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Build-StandaloneLinux64", "Build-StandaloneOSX", "Build-StandaloneWindows64", "Test results (playmode)".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading