Comment out unnecessary build steps as it will be built as part of th… #38
managedEnv20231128015747.yml
on: push
BuildAndDeployContainerApp
2m 36s
Annotations
10 warnings
BuildAndDeployContainerApp
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'Type Type.MakeGenericType(params Type[] typeArguments)' due to differences in the nullability of reference types.
|
BuildAndDeployContainerApp
Converting null literal or possible null value to non-nullable type.
|
BuildAndDeployContainerApp
Possible null reference return.
|
BuildAndDeployContainerApp
Possible null reference assignment.
|
BuildAndDeployContainerApp
Non-nullable field '_valueConverter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
BuildAndDeployContainerApp
Possible null reference return.
|
BuildAndDeployContainerApp
Non-nullable property 'Ticker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BuildAndDeployContainerApp
Non-nullable property 'PointArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BuildAndDeployContainerApp
Non-nullable property 'ZLabel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BuildAndDeployContainerApp
Nullable value type may be null.
|