Skip to content

Merge pull request #17 from anycode-pk/dev #3

Merge pull request #17 from anycode-pk/dev

Merge pull request #17 from anycode-pk/dev #3

Triggered via push January 12, 2025 11:57
Status Failure
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: TableBooking.Api/Program.cs#L165
'WebApplication' does not contain a definition for 'ApplyMigrations' and no accessible extension method 'ApplyMigrations' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
build: TableBooking.Api/Program.cs#L165
'WebApplication' does not contain a definition for 'ApplyMigrations' and no accessible extension method 'ApplyMigrations' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: TableBooking.Model/Dtos/UserDtos/UserShortInfoDto.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/UserDtos/TokenDto.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RestaurantDtos/RestaurantShortInfoDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RestaurantDtos/RestaurantShortInfoDto.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RestaurantDtos/RestaurantShortInfoDto.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RestaurantDtos/RestaurantShortInfoDto.cs#L10
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RestaurantDtos/RestaurantShortInfoDto.cs#L11
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RestaurantDtos/RestaurantShortInfoDto.cs#L12
Non-nullable property 'ImageURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RatingDtos/RatingDto.cs#L10
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TableBooking.Model/Dtos/RatingDtos/RatingDto.cs#L13
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.