Skip to content

Remove unused DI

Remove unused DI #146

Triggered via push January 17, 2025 16:39
Status Failure
Total duration 42s
Artifacts
SonarQube
31s
SonarQube
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
SonarQube: HAN.Services/CourseValidationService.cs#L20
The name 'completenessValidator' does not exist in the current context
SonarQube: HAN.Services/CourseValidationService.cs#L20
The name 'completenessValidator' does not exist in the current context
SonarQube
Process completed with exit code 1.
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.IdentityServer/Program.cs#L12
Possible null reference argument for parameter 'origins' in 'CorsPolicyBuilder CorsPolicyBuilder.WithOrigins(params string[] origins)'.
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.
SonarQube: HAN.Utilities/Messaging/Models/GradingModels.cs#L25
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#L26
Non-nullable property 'Grades' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.