Skip to content

Merge pull request #7 from DRyncewicz/develop #8

Merge pull request #7 from DRyncewicz/develop

Merge pull request #7 from DRyncewicz/develop #8

Triggered via push June 30, 2024 11:31
Status Success
Total duration 3m 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BotickrAPI.Domain/Entities/TicketEntity.cs#L13
Non-nullable property 'TicketType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/TicketEntity.cs#L15
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/TicketEntity.cs#L17
Non-nullable property 'BookingDetails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/BookingDetailEntity.cs#L13
Non-nullable property 'Booking' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/BookingDetailEntity.cs#L15
Non-nullable property 'Ticket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/LocationEntity.cs#L7
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/LocationEntity.cs#L9
Non-nullable property 'Venue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/LocationEntity.cs#L13
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/BookingEntity.cs#L7
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BotickrAPI.Domain/Entities/BookingEntity.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.