Skip to content

fix: repaired test :) #129

fix: repaired test :)

fix: repaired test :) #129

Triggered via push January 8, 2025 19:30
Status Failure
Total duration 55s
Artifacts
SonarQube
45s
SonarQube
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
SonarQube
Process completed with exit code 1.
SonarQube
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
SonarQube: Data/Entities/ScheduleLine.cs#L8
Non-nullable property 'Schedule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: Data/Entities/Schedule.cs#L6
Non-nullable property 'Course' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/RabbitMQ/RabbitMqMessageHandler.cs#L36
Possible null reference argument for parameter 'handler' in 'void RabbitMqMessageHandler<TMessage>.Handle(IMessage handler)'.
SonarQube: HAN.IdentityServer/Program.cs#L12
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.
SonarQube: HAN.Services/VolatilityDecomposition/Notifications/NotificationEvent.cs#L6
Non-nullable property 'Notification' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Services/VolatilityDecomposition/Notifications/Notification.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Services/VolatilityDecomposition/Notifications/Notification.cs#L6
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Services/DTOs/AuthenticateUserDto.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Services/DTOs/AuthenticateUserDto.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Services/VolatilityDecomposition/Notifications/EntityPersistedNotification.cs#L5
Non-nullable property 'PersistData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.