Skip to content

Build Container

Build Container #6

Triggered via workflow run November 29, 2024 03:52
@LayoricLayoric
completed d035627
Status Success
Total duration 34s
Artifacts

build-container.yml

on: workflow_run
build-container
27s
build-container
Fit to window
Zoom out
Zoom in

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.