Skip to content

Various fixes, admin ui for media providers now able to add new provi… #12

Various fixes, admin ui for media providers now able to add new provi…

Various fixes, admin ui for media providers now able to add new provi… #12

Triggered via push October 9, 2024 01:32
Status Failure
Total duration 52s
Artifacts

dockerhub.yml

on: push
build_and_push
43s
build_and_push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build_and_push: AiServer.Tests/ComfyAdminTasks.cs#L91
Cannot implicitly convert type 'int' to 'string'
build_and_push: AiServer.Tests/ComfyAdminTasks.cs#L108
Cannot implicitly convert type 'int' to 'string'
build_and_push
Process completed with exit code 1.
build_and_push
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_push: 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.
build_and_push: AiServer.ServiceModel/Types/Generations.cs#L133
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_and_push: AiServer.ServiceModel/Types/Generations.cs#L94
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_and_push: AiServer.ServiceModel/Types/Generations.cs#L109
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_and_push: AiServer.ServiceModel/Types/Generations.cs#L19
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_and_push: AiServer.ServiceModel/Types/Generations.cs#L79
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_and_push: 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_and_push: 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_and_push: 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_and_push: 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.