Merge branch 'main' into feat/hot-chocolate-v14 #99
Annotations
19 warnings
|
|
|
|
|
|
|
|
|
src/Infrastructure/src/Infrastructure/Domain/Entities/Entity.cs#L19
Possible null reference assignment.
|
src/Infrastructure/src/Infrastructure/Domain/Entities/AggregateRoot.cs#L22
Possible null reference assignment.
|
src/Service.Orchestrator/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.
|
src/Service.Orchestrator/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.
|
src/Service.Orchestrator/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.
|
src/Service.Orchestrator/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.
|
src/Service.Orchestrator/src/Domain/Aggregates/Entries/Files/Values/VideoQuality.cs#L16
Non-nullable property 'AspectRatio' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/src/Domain/Aggregates/Entries/Files/Values/VideoQuality.cs#L16
Non-nullable property 'Resolution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/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.
|
src/Service.Orchestrator/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.
|
This job succeeded
Loading