final: route changes #14
Annotations
10 warnings
build:
LifeFlow/DonationService/Features/Notification/NotificationHub.cs#L21
Nullability of type of parameter 'exception' doesn't match overridden member (possibly because of nullability attributes).
|
build:
LifeFlow/DonationService/Entities/Payment.cs#L9
Non-nullable property 'Order' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Commons/Validations/CustomControllerValidator.cs#L11
Parameter 'userService' is unread.
|
build:
LifeFlow/DonationService/Entities/Order.cs#L10
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Entities/Order.cs#L12
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Entities/Order.cs#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Entities/Order.cs#L22
Non-nullable property 'Payment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Entities/Notification.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Entities/Notification.cs#L12
Non-nullable property 'receiverKind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
LifeFlow/DonationService/Entities/Client.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|