Skip to content

Update CourseValidationService.cs #148

Update CourseValidationService.cs

Update CourseValidationService.cs #148

Triggered via push January 17, 2025 16:39
Status Success
Total duration 1m 46s
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/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/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#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.IdentityServer/Program.cs#L12
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.