added SignalR hub to count current users #73
Annotations
10 warnings
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/PaymentsView.cs#L9
Non-nullable property 'PaymentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Views/PaymentsView.cs#L10
Non-nullable property 'BoughtBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Views/PaymentsView.cs#L12
Non-nullable property 'RouteName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Views/PaymentsView.cs#L13
Non-nullable property 'StartStop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BSMS.Core/Views/PaymentsView.cs#L14
Non-nullable property 'EndStop' 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.
|