feat: add dedicated encode detail page #30
push.yml
on: push
👷️ CI (Dashboard)
34s
👷️ CI (Infrastructure)
13s
👷️ CI (Encoder)
12s
👷️ CI (App)
0s
Annotations
6 errors and 10 warnings
👷️ CI (Dashboard):
src/Service.Dashboard/src/HttpApi/Types/Entries/Filters/FileSystemEntryFilterType.cs#L6
The namespace 'Giantnodes.Service.Dashboard.HttpApi.Types.Entries.Filters' already contains a definition for 'FileSystemEntryFilterType'
|
👷️ CI (Dashboard):
src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L8
The namespace 'Giantnodes.Service.Dashboard.HttpApi.Resolvers.Encodes.Queries' already contains a definition for 'EncodeFindMany'
|
👷️ CI (Dashboard):
src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L7
Duplicate 'ExtendObjectType' attribute
|
👷️ CI (Dashboard):
src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L14
Type 'EncodeFindMany' already defines a member called 'Encodes' with the same parameter types
|
👷️ CI (Dashboard):
src/Service.Dashboard/src/HttpApi/Types/Entries/Filters/FileSystemEntryFilterType.cs#L8
Type 'FileSystemEntryFilterType' already defines a member called 'Configure' with the same parameter types
|
👷️ CI (Dashboard)
Process completed with exit code 1.
|
👷️ 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/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/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/Values/Machine.cs#L11
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#L11
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/Enumerations/EncodeTune.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
👷️ CI (Dashboard):
src/Service.Dashboard/src/Domain/Enumerations/EncodeTune.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|