fix: drop duplicate FileSystemEntryFilterType #31
Annotations
4 errors and 10 warnings
⬆️ GraphQL Schema (upload):
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'
|
⬆️ GraphQL Schema (upload):
src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L7
Duplicate 'ExtendObjectType' attribute
|
⬆️ GraphQL Schema (upload):
src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L14
Type 'EncodeFindMany' already defines a member called 'Encodes' with the same parameter types
|
⬆️ GraphQL Schema (upload)
Process completed with exit code 1.
|
🧪 Test:
src/Infrastructure/src/Infrastructure/Domain/Entities/Entity.cs#L19
Possible null reference assignment.
|
🧪 Test:
src/Infrastructure/src/Infrastructure/Domain/Entities/AggregateRoot.cs#L22
Possible null reference assignment.
|
🧪 Test:
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.
|
🧪 Test:
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.
|
🧪 Test:
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.
|
🧪 Test:
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.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Aggregates/Recipes/Recipe.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Aggregates/Recipes/Recipe.cs#L39
Non-nullable property 'Codec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Aggregates/Recipes/Recipe.cs#L39
Non-nullable property 'Preset' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Aggregates/Recipes/Recipe.cs#L39
Non-nullable property 'Encodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading