Add new ComfyUI support for parsing and executing workflows #313
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
AiServer.ServiceModel/Types/ComfyTypes.cs#L154
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#L153
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/Generations.cs#L80
Non-nullable property 'MediaTypeId' 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#L20
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/Generations.cs#L110
Non-nullable property 'Website' 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#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:
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/Generations.cs#L167
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#L166
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/AiProvider.cs#L96
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|