Build Container #7
build-container.yml
on: workflow_run
build-container
1m 23s
Annotations
10 warnings
|
build-container:
MyApp.ServiceModel/Admin.cs#L20
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:
MyApp.ServiceModel/Admin.cs#L19
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:
MyApp.ServiceModel/Admin.cs#L114
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:
MyApp.ServiceModel/Admin.cs#L95
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:
MyApp.ServiceModel/Admin.cs#L74
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:
MyApp.ServiceModel/Admin.cs#L47
Non-nullable property 'Effect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-container:
MyApp.ServiceModel/User.cs#L220
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:
MyApp.ServiceModel/User.cs#L229
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:
MyApp.ServiceModel/Ollama.cs#L60
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:
MyApp.ServiceModel/Comfy.cs#L38
'OwnerAgentInfo.UserId' hides inherited member 'AgentInfo.UserId'. Use the new keyword if hiding was intended.
|