Skip to content

Small changes

Small changes #81

Triggered via pull request May 28, 2024 12:13
@juuweljuuwel
synchronize #33
final-tweaks
Status Failure
Total duration 1m 20s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
tests
Process completed with exit code 1.
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#L111
Dereference of a possibly null reference.
tests: Infrastructure/Repositories/PlantRepository.cs#L112
Dereference of a possibly null reference.
tests: api/Events/User/ClientWantsUserInfo.cs#L22
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
tests: api/Events/User/ClientWantsToUpdateUsername.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
tests: api/Events/User/ClientWantsToUpdateProfileImage.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
tests: api/Events/User/ClientWantsToUpdatePassword.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
tests: api/Events/User/ClientWantsToDeleteProfileImage.cs#L20
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.