Skip to content

Build Container

Build Container #79

Triggered via workflow run September 12, 2025 04:47
@mythzmythz
completed 8e4bec6
Status Success
Total duration 2m 27s
Artifacts

build-container.yml

on: workflow_run
build-container
2m 25s
build-container
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-container
Non-nullable property 'UrlCounts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'DefaultGatewayNodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'QueuedAiTasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'Agents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Non-nullable property 'AgentEventCounts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container
Nullability of reference types in return type of 'string? AiTaskBase<TRequest, TResponse>.TaskId.get' doesn't match implicitly implemented member 'string IAiTask.TaskId.get' (possibly because of nullability attributes).
build-container
'OwnerAgentInfo.UserId' hides inherited member 'AgentInfo.UserId'. Use the new keyword if hiding was intended.