Skip to content

Fixed errors in tests #514

Fixed errors in tests

Fixed errors in tests #514

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via push May 31, 2024 18:54
Status Failure
Total duration 1m 45s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
frontend
Process completed with exit code 1.
backend: src/backend/src/FoodDiary.Contracts/Products/ProductAutocompleteItemDto.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/Json/JsonExportProductDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/Json/JsonExportProductDto.cs#L11
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/Json/JsonExportPageDto.cs#L7
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/Json/JsonExportNoteDto.cs#L7
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/Json/JsonExportFileDto.cs#L5
Non-nullable property 'Pages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/ExportPageDto.cs#L5
Non-nullable property 'FormattedDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/ExportPageDto.cs#L7
Non-nullable property 'NoteGroups' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/ExportNoteGroupDto.cs#L5
Non-nullable property 'MealName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/ExportNoteGroupDto.cs#L7
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.