Skip to content

added passenger, driver and company creation commands #11

added passenger, driver and company creation commands

added passenger, driver and company creation commands #11

Triggered via push April 6, 2024 08:55
Status Success
Total duration 3m 9s
Billable time 3m
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/Bus.cs#L18
Non-nullable property 'BusScheduleEntries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Bus.cs#L19
Non-nullable property 'BusReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Bus.cs#L20
Non-nullable property 'Drivers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Bus.cs#L21
Non-nullable property 'Passengers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Bus.cs#L22
Non-nullable property 'Seats' 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 'Name' 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 'Route' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.