Deploy BE #29
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/Collections/Server/ServerSavesCollection.cs#L8
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
api/Events/User/ClientWantsToUpdatePassword.cs#L19
Possible null reference argument for parameter 'jwt' in 'string JwtService.GetEmailFromJwt(string jwt)'.
|