Skip to content

added trip status enum, fixed relation #2

added trip status enum, fixed relation

added trip status enum, fixed relation #2

Triggered via push March 31, 2024 16:48
Status Success
Total duration 54s
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#L13
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Trip.cs#L14
Non-nullable property 'Buses' 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 'Route' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Stop.cs#L11
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#L12
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/Route.cs#L9
Non-nullable property 'Stops' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Route.cs#L10
Non-nullable property 'Trips' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Passenger.cs#L13
Non-nullable property 'BusReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Passenger.cs#L15
Non-nullable property 'Tickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.