Skip to content

Architecture diagram Update README.md #121

Architecture diagram Update README.md

Architecture diagram Update README.md #121

Triggered via push January 5, 2025 22:09
Status Failure
Total duration 57s
Artifacts
SonarQube
48s
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.IdentityServer/Program.cs#L12
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.
SonarQube: HAN.Services/DTOs/ScheduleLineDto.cs#L12
Non-nullable property 'CourseComponent' 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/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/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/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.