Skip to content

Added custom override input box #128

Added custom override input box

Added custom override input box #128

Triggered via push January 26, 2024 17:24
Status Failure
Total duration 3m 20s
Artifacts
BuildAndDeployContainerApp
3m 10s
BuildAndDeployContainerApp
deployWeb
0s
deployWeb
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
buildWeb
Type '(event: React.ChangeEvent<HTMLInputElement>) => void' is not assignable to type 'ChangeEventHandler<HTMLSelectElement>'.
buildWeb
Process completed with exit code 2.
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 'CompanyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildAndDeployContainerApp
Non-nullable property 'Ticker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildAndDeployContainerApp
Non-nullable property 'Price' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildAndDeployContainerApp
Non-nullable property 'ChangesPercentage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.