Merge pull request #81 from HeinHtetAung-Dev/main #148
Annotations
10 warnings
REMS.Models/Admin/AdminResponseModel.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Admin/AdminResponseModel.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Admin/AdminResponseModel.cs#L8
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Admin/AdminRequestModel.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Admin/AdminRequestModel.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Admin/AdminRequestModel.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
REMS.Models/Admin/AdminRequestModel.cs#L10
Non-nullable property 'Phone' 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#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.
|
This job succeeded
Loading