Update docker-compose-template.yml #19
Annotations
13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Northwind.ServiceModel/Types/Territory.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L12
Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L15
Non-nullable property 'ContactName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L18
Non-nullable property 'ContactTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L21
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L24
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L27
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L30
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Northwind.ServiceModel/Types/Supplier.cs#L33
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|