chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.16.1 in /app #72
Annotations
10 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/Enumerations/VideoResolution.cs#L13
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/src/Domain/Enumerations/EncodePreset.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/src/Domain/Enumerations/EncodePreset.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/src/Domain/Enumerations/EncodePreset.cs#L16
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/src/Domain/Enumerations/EncodePreset.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Service.Orchestrator/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.
|
This job succeeded
Loading