Fixes some issue for Agent Name and Remove unnecessaryId in appointment #137
Annotations
1 error and 10 warnings
|
REMS.Models/Transaction/TransactionResponseModel.cs#L8
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Transaction/TransactionResponseModel.cs#L9
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Transaction/TransactionResponseModel.cs#L10
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Transaction/TransactionRequestModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Transaction/TransactionModel.cs#L11
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Review/ReviewListResponseModel.cs#L7
Non-nullable property 'DataList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Review/ReviewListResponseModel.cs#L9
Non-nullable property 'PageSetting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Appointment/AppointmentDetail.cs#L27
Non-nullable property 'appointmentDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Authentication/AccessTokenModel.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading