Skip to content

completed first version of DB entities #9

completed first version of DB entities

completed first version of DB entities #9

Triggered via push April 2, 2024 20:06
Status Success
Total duration 57s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BSMS.Core/Entities/Trip.cs#L15
Non-nullable property 'BusScheduleEntry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Trip.cs#L16
Non-nullable property 'BoughtTickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/TicketPayment.cs#L20
Non-nullable property 'Trip' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Stop.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Stop.cs#L14
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Stop.cs#L15
Non-nullable property 'TicketEndStops' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Stop.cs#L16
Non-nullable property 'TicketStartStops' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Seat.cs#L10
Non-nullable property 'Bus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Seat.cs#L14
Non-nullable property 'Tickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Route.cs#L14
Non-nullable property 'Stops' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.