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 37s
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/Dto/SsoDto.cs#L36
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Dto/SsoDto.cs#L36
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Dto/SsoDto.cs#L36
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: FoodService.Models/Dto/SsoDto.cs#L41
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.