Skip to content

Deploy DB init changes #18

Deploy DB init changes

Deploy DB init changes #18

Triggered via pull request May 27, 2024 09:29
@juuweljuuwel
closed #26
main
Status Success
Total duration 2m 25s
Artifacts

deploy-be.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: Shared/Models/GetCriticalPlantDto.cs#L22
Possible null reference assignment.
build: Infrastructure/Repositories/PlantRepository.cs#L111
Dereference of a possibly null reference.
build: Infrastructure/Repositories/PlantRepository.cs#L112
Dereference of a possibly null reference.
build: api/Events/User/ClientWantsUserInfo.cs#L22
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
build: 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.
build: 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.
build: 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.
build: 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.