Skip to content

data refresh update #25

data refresh update

data refresh update #25

Triggered via pull request May 29, 2024 08:08
@juuweljuuwel
closed #37
main
Status Success
Total duration 2m 31s
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#L118
Dereference of a possibly null reference.
build: Infrastructure/Repositories/PlantRepository.cs#L119
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/Events/User/ClientWantsToUpdateUsername.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
build: api/Events/User/ClientWantsToUpdateProfileImage.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
build: api/Events/User/ClientWantsToUpdatePassword.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
build: api/Events/User/ClientWantsToDeleteProfileImage.cs#L20
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.