Skip to content

added background jobs for trip scheduling #53

added background jobs for trip scheduling

added background jobs for trip scheduling #53

Triggered via push May 2, 2024 00:51
Status Failure
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: src/BSMS.API/BackgroundJobs/TripStartOrStopPeriodicJob.cs#L50
'TripStatus' does not contain a definition for 'Delayed'
build: src/BSMS.API/BackgroundJobs/TripStartOrStopPeriodicJob.cs#L72
'TripStatus' does not contain a definition for 'Delayed'
build: src/BSMS.API/BackgroundJobs/TripStartOrStopPeriodicJob.cs#L50
'TripStatus' does not contain a definition for 'Delayed'
build: src/BSMS.API/BackgroundJobs/TripStartOrStopPeriodicJob.cs#L72
'TripStatus' does not contain a definition for 'Delayed'
build
Process completed with exit code 1.
build: src/BSMS.Core/Entities/BusReview.cs#L25
Non-nullable property 'Bus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/BusReview.cs#L26
Non-nullable property 'Passenger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/User.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/User.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/User.cs#L17
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/User.cs#L18
Non-nullable property 'PasswordSalt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Views/BusDetailsView.cs#L6
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Views/BusDetailsView.cs#L7
Non-nullable property 'Brand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Entities/Trip.cs#L22
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#L23
Non-nullable property 'BoughtTickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.