Update build.yml #24
Annotations
10 warnings
build:
Northwind.ServiceModel/CachedOperations.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/CachedOperations.cs#L21
Non-nullable property 'CustomerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/GetAllCustomers.cs#L14
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/GetAllCustomers.cs#L16
Non-nullable property 'ResponseStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/GetCustomerDetails.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/GetCustomerDetails.cs#L17
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/GetCustomerDetails.cs#L19
Non-nullable property 'Orders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/GetCustomerDetails.cs#L21
Non-nullable property 'ResponseStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Territory.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Territory.cs#L12
Non-nullable property 'TerritoryDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|