update .gitignore #34
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/ClientRequestModel.cs#L15
Non-nullable property 'Password' 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/Property/PropertyImageModel.cs#L9
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Property/PropertyResponseModel.cs#L5
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Property/PropertyResponseModel.cs#L6
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Transaction/TransactionRequestModel.cs#L19
Non-nullable property 'Status' 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/Transaction/TransactionModel.cs#L19
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading