Skip to content
Triggered via push November 28, 2023 07:27
Status Success
Total duration 5m 24s
Artifacts
BuildAndDeployContainerApp
5m 15s
BuildAndDeployContainerApp
Fit to window
Zoom out
Zoom in

Annotations

20 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.
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.
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.