Merge pull request #15 from anycode-pk/dev #16
Merged
Annotations
12 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
|
The logs for this run have expired and are no longer available.
Loading