Skip to content

Update Dockerfile

Update Dockerfile #35

Triggered via push November 28, 2023 23:23
Status Failure
Total duration 2m 30s
Artifacts
BuildAndDeployContainerApp
2m 22s
BuildAndDeployContainerApp
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
BuildAndDeployContainerApp
Process completed with exit code 1.
BuildAndDeployContainerApp: ProjectX.Core/Utils.cs#L26
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: ProjectX.Core/Utils.cs#L25
Converting null literal or possible null value to non-nullable type.
BuildAndDeployContainerApp: ProjectX.Core/Utils.cs#L25
Possible null reference return.
BuildAndDeployContainerApp: ProjectX.Core/Utils.cs#L37
Possible null reference assignment.
BuildAndDeployContainerApp: ProjectX.Core/Utils.cs#L36
Non-nullable field '_valueConverter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
BuildAndDeployContainerApp: ProjectX.Core/Utils.cs#L61
Possible null reference return.
BuildAndDeployContainerApp: ProjectX.Core/MarketSourceTypes.cs#L29
Non-nullable property 'Ticker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildAndDeployContainerApp: ProjectX.Core/OptionsTypes.cs#L16
Non-nullable property 'PointArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildAndDeployContainerApp: ProjectX.Core/Requests/PlotOptionsPricingRequest.cs#L23
Non-nullable property 'ZLabel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.