Dev #56
Annotations
10 warnings
REMS.Models/Client/ClientResponseModel.cs#L11
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Client/ClientListResponseModel.cs#L13
Non-nullable property 'DataLst' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Client/ClientListResponseModel.cs#L14
Non-nullable property 'PageSetting' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Jwt/JwtTokenModel.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Jwt/JwtTokenModel.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Jwt/JwtTokenModel.cs#L7
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Jwt/AccessTokenRequestModel.cs#L5
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Jwt/AccessTokenRequestModel.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Review/ReviewResponseModel.cs#L5
Non-nullable property 'Review' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Property/PropertyStatusChangeRequestModel.cs#L6
Non-nullable property 'PropertyStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading