Skip to content

refactor: use Object, Query, Mutation and Subscription type annotations #91

refactor: use Object, Query, Mutation and Subscription type annotations

refactor: use Object, Query, Mutation and Subscription type annotations #91

Triggered via push May 30, 2024 07:12
Status Failure
Total duration 1m 34s
Artifacts

push.yml

on: push
👷️ CI (Dashboard)
40s
👷️ CI (Dashboard)
👷️ CI (Infrastructure)
20s
👷️ CI (Infrastructure)
👷️ CI (Encoder)
18s
👷️ CI (Encoder)
👷️ CI (App)
33s
👷️ CI (App)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
👷️ CI (App)
Unable to download artifact(s): Artifact not found for name: schema-91.graphql Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
👷️ CI (Dashboard)
The variable 'bindingFlags' is assigned but its value is never used
👷️ CI (Dashboard)
The variable 'bindingFlags' is assigned but its value is never used
👷️ CI (Dashboard)
The variable 'bindingFlags' is assigned but its value is never used
👷️ CI (Dashboard)
The variable 'bindingFlags' is assigned but its value is never used
👷️ CI (Dashboard)
The variable 'bindingFlags' is assigned but its value is never used
👷️ CI (Dashboard)
The variable 'bindingFlags' is assigned but its value is never used
👷️ CI (Dashboard)
No files were found with the provided path: src/Service.Dashboard/src/HttpApi/schema.graphql. No artifacts will be uploaded.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/VideoStream.cs#L17
Non-nullable property 'Quality' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/VideoStream.cs#L17
Non-nullable property 'PixelFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/Machine.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/Machine.cs#L14
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/FileStream.cs#L11
Non-nullable property 'Codec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Enumerations/VideoResolution.cs#L13
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Aggregates/Entries/FileSystemEntry.cs#L30
Non-nullable property 'Library' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Aggregates/Entries/FileSystemEntry.cs#L30
Non-nullable property 'PathInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.