fix: removed extention from dto #130
Annotations
11 warnings
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/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.
|
SonarQube:
HAN.Services/VolatilityDecomposition/Notifications/EntityPersistedData.cs#L7
Non-nullable property 'EntityName' 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/EntityPersistedData.cs#L8
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|