Skip to content

fix: made code clean #151

fix: made code clean

fix: made code clean #151

Triggered via push January 24, 2025 11:18
Status Success
Total duration 1m 54s
Artifacts
Fit to window
Zoom out
Zoom in

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/Abstractions/GenericMessage.cs#L5
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Abstractions/GenericMessage.cs#L7
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Abstractions/GenericMessage.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Models/GradingModels.cs#L41
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Models/GradingModels.cs#L32
Non-nullable property 'BlockHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Models/GradingModels.cs#L33
Non-nullable property 'StudentId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Models/GradingModels.cs#L34
Non-nullable property 'CourseId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
SonarQube: HAN.Utilities/Messaging/Models/GradingModels.cs#L35
Non-nullable property 'Grade' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.