Skip to content

final: route changes #14

final: route changes

final: route changes #14

Triggered via push August 5, 2024 07:05
Status Success
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

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