Feat/task grading #603
Annotations
12 warnings
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/BuildingBlocks/Tutor.BuildingBlocks.Core/EventSourcing/EventSourcedEntity.cs#L7
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/KnowledgeComponentDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/KnowledgeComponentDto.cs#L7
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/KnowledgeComponentDto.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/InstructionalItems/VideoDto.cs#L8
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/InstructionalItems/VideoDto.cs#L9
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/InstructionalItems/TextDto.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/InstructionalItems/ImageDto.cs#L8
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/InstructionalItems/ImageDto.cs#L9
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/Knowledge/AssessmentItems/ShortAnswerQuestions/SaqSubmissionDto.cs#L5
Non-nullable property 'Answer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|