Build Container #1
build-container.yml
on: workflow_run
build-container
51s
Annotations
10 warnings
build-container
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build-container:
Northwind.ServiceModel/AutoQuery.cs#L9
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/AutoQuery.cs#L10
Non-nullable property 'CountryStartsWith' 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#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/AutoQuery.cs#L9
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-container:
Northwind.ServiceModel/AutoQuery.cs#L10
Non-nullable property 'CountryStartsWith' 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#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.
|