Skip to content

fix issue with trips not starting #69

fix issue with trips not starting

fix issue with trips not starting #69

Triggered via push May 6, 2024 20:35
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BSMS.Core/Views/TripView.cs#L8
Non-nullable property 'RouteName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Views/TripView.cs#L9
Non-nullable property 'BusBrand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Views/TripView.cs#L10
Non-nullable property 'CompanyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BSMS.Core/Views/TripView.cs#L12
Non-nullable property 'TripStatus' 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/Entities/Trip.cs#L24
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#L25
Non-nullable property 'BoughtTickets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.