Skip to content

FEAT✨: Update to v1.1.8 with enhanced security #55

FEAT✨: Update to v1.1.8 with enhanced security

FEAT✨: Update to v1.1.8 with enhanced security #55

Triggered via push June 16, 2024 10:03
Status Success
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Package
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Package: 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.
Package: 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.
Package: 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.
Package: 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.
Package: 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.
Package: 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.
Package: 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.
Package: 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.
Package: FoodService.Models/Entities/SiteSettings.cs#L26
Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.