Skip to content

Remove validation filter #114

Remove validation filter

Remove validation filter #114

Triggered via push November 2, 2023 19:44
Status Success
Total duration 3m 16s
Artifacts

dotnet-sonar.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Domain/Users/Messages/UserReactivationTokenGeneratedMessage.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Users/Messages/UserReactivationTokenGeneratedMessage.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Users/Messages/UserReactivationTokenGeneratedMessage.cs#L9
Non-nullable property 'ConfirmationToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Users/Messages/EmailConfirmationTokenGeneratedMessage.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Users/Messages/EmailConfirmationTokenGeneratedMessage.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Users/Messages/EmailConfirmationTokenGeneratedMessage.cs#L9
Non-nullable property 'ConfirmationToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Notifications/Notification.cs#L14
Non-nullable property 'Alerts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Domain/Notifications/Notification.cs#L14
Non-nullable field '_notificationAlerts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Domain/Notifications/Notification.cs#L14
Non-nullable field '_notificationData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Domain/Notifications/Notification.cs#L16
Non-nullable property 'Alerts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.