feat: Learning task module and Authoring use cases #524
Annotations
12 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/setup-java@v1, actions/checkout@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-java@v1, actions/checkout@v2, actions/cache@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:
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/KcWithMasteryDto.cs#L8
Non-nullable property 'KnowledgeComponent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Modules/KnowledgeComponents/Tutor.KnowledgeComponents.API/Dtos/KcWithMasteryDto.cs#L9
Non-nullable property 'Mastery' 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/KnowledgeAnalytics/SubmissionCountDto.cs#L8
Non-nullable property 'Submission' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|