Build Container #6
build-container.yml
on: workflow_run
build-container
27s
Annotations
10 warnings
build-container:
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-container:
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.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L12
Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L15
Non-nullable property 'ContactName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L18
Non-nullable property 'ContactTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L21
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L24
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L27
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L30
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/Types/Supplier.cs#L33
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|