Refactor setup of tests for Flotilla #5643
Annotations
10 errors and 1 warning
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L61
Possible null reference argument for parameter 'config' in 'MqttService.MqttService(ILogger<MqttService> logger, IConfiguration config)'.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L27
Non-nullable field '_factory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L28
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L29
Non-nullable field '_httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L31
Non-nullable field '_connectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L32
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 project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L34
Non-nullable field '_databaseUtilities' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L35
Non-nullable field '_serializerOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L37
Non-nullable field '_missionRunService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build project and dependencies:
backend/api.test/EventHandlers/TestMissionEventHandler.cs#L38
Non-nullable field '_robotService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading