Skip to content

added tickets generator, done some code refactoring #60

added tickets generator, done some code refactoring

added tickets generator, done some code refactoring #60

Triggered via push May 3, 2024 04:11
Status Success
Total duration 30s
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/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.