Skip to content

Update more APIs to use typed responses #168

Update more APIs to use typed responses

Update more APIs to use typed responses #168

Triggered via push November 25, 2024 15:44
Status Success
Total duration 1m 5s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: AiServer.ServiceModel/Types/Generations.cs#L171
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: AiServer.ServiceModel/Types/Generations.cs#L172
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AiServer.ServiceModel/Types/Generations.cs#L134
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: AiServer.ServiceModel/Types/ComfyTypes.cs#L101
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AiServer.ServiceModel/Types/ComfyTypes.cs#L108
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AiServer.ServiceModel/Types/ComfyTypes.cs#L109
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: AiServer.ServiceModel/Types/ComfyTypes.cs#L110
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AiServer.ServiceModel/Types/ComfyTypes.cs#L111
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AiServer.ServiceModel/Types/ComfyTypes.cs#L89
Non-nullable property 'PromptId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AiServer.ServiceModel/Types/ComfyTypes.cs#L91
Non-nullable property 'NodeErrors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.