Skip to content

Update app.css

Update app.css #141

Triggered via push January 5, 2025 15:41
Status Success
Total duration 2m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.