Skip to content

Split NoteInputDialog logic into hooks #478

Split NoteInputDialog logic into hooks

Split NoteInputDialog logic into hooks #478

Triggered via push May 4, 2024 20:55
Status Failure
Total duration 1m 44s
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.Configuration/GoogleOptions.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Configuration/GoogleOptions.cs#L7
Non-nullable property 'ApplicationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Configuration/GoogleOptions.cs#L9
Non-nullable property 'ExportFolderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Configuration/AuthOptions.cs#L5
Non-nullable property 'AllowedEmails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Categories/CategoryAutocompleteItemDto.cs#L7
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/ExportFileDto.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
backend: src/backend/src/FoodDiary.Contracts/Export/ExportFileDto.cs#L7
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/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.