Skip to content

Initial data flow reversal #88

Initial data flow reversal

Initial data flow reversal #88

Triggered via pull request May 28, 2024 14:19
Status Success
Total duration 43s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: Shared/Dtos/FromClient/Identity/LoginDto.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Dtos/FromClient/Identity/LoginDto.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: Shared/Models/GetCriticalPlantDto.cs#L22
Possible null reference assignment.
tests: Infrastructure/Repositories/PlantRepository.cs#L118
Dereference of a possibly null reference.
tests: Infrastructure/Repositories/PlantRepository.cs#L119
Dereference of a possibly null reference.
tests: api/Core/Options/MqttOptions.cs#L5
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: api/Core/Options/MqttOptions.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: api/Core/Options/MqttOptions.cs#L8
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: api/Core/Options/MqttOptions.cs#L9
Non-nullable property 'SubscribeTopic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
tests: api/Core/Options/MqttOptions.cs#L10
Non-nullable property 'PublishTopic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.