Generate ApiClient for connect with API #14
Annotations
10 warnings
build:
CheckDrive.Web/CheckDrive.Web/Service/ApiClient.cs#L24
Converting null literal or possible null value to non-nullable type.
|
build:
CheckDrive.Web/CheckDrive.Web/Service/ApiClient.cs#L44
Converting null literal or possible null value to non-nullable type.
|
build:
CheckDrive.Web/CheckDrive.Web/Service/ApiClient.cs#L79
Converting null literal or possible null value to non-nullable type.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Technician.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Role.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Role.cs#L8
Non-nullable property 'Accounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/OperatorReview.cs#L12
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/OperatorReview.cs#L14
Non-nullable property 'Driver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Operator.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Operator.cs#L9
Non-nullable property 'DispetcherReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|