Update CourseValidationService.cs #148
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)'.
|