chore(deps): bump zod from 3.23.6 to 3.23.8 in /app #48
Annotations
10 warnings
🧪 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/Enumerations/VideoResolution.cs#L13
Non-nullable property 'Abbreviation' 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.
|
🧪 Test:
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.
|
Loading