Skip to content

FIX: The type 'FoodService.Models.Dto.SsoDto' cannot have more than o… #51

FIX: The type 'FoodService.Models.Dto.SsoDto' cannot have more than o…

FIX: The type 'FoodService.Models.Dto.SsoDto' cannot have more than o… #51

Triggered via push June 5, 2024 22:29
Status Success
Total duration 26s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FoodService.Models/Abstract/Item.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Abstract/Item.cs#L19
Non-nullable property 'ShortDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Abstract/Item.cs#L24
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Abstract/Item.cs#L29
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Responses/ResponseCommon.cs#L37
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Responses/ResponseCommon.cs#L37
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Entities/Table.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Entities/Table.cs#L14
Non-nullable property 'Orders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Entities/SiteSettings.cs#L16
Non-nullable property 'PrimaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Entities/SiteSettings.cs#L21
Non-nullable property 'SecondaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.