refactor: use Object, Query, Mutation and Subscription type annotations #91
push.yml
on: push
👷️ CI (Dashboard)
40s
👷️ CI (Infrastructure)
20s
👷️ CI (Encoder)
18s
👷️ CI (App)
33s
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/Infrastructure/src/Infrastructure/Domain/Entities/Entity.cs#L19
Possible null reference assignment.
|
👷️ CI (Dashboard):
src/Infrastructure/src/Infrastructure/Domain/Entities/AggregateRoot.cs#L22
Possible null reference assignment.
|
👷️ 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.
|