Skip to content

added payments view #63

added payments view

added payments view #63

Triggered via push May 4, 2024 21:28
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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.