Skip to content

feat: Learning task module and Authoring use cases #528

feat: Learning task module and Authoring use cases

feat: Learning task module and Authoring use cases #528

Triggered via pull request February 23, 2024 09:34
Status Success
Total duration 4m 6s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/LearningUtils/Tutor.LearningUtils.API/Dtos/NoteDto.cs#L8
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/LearningUtils/Tutor.LearningUtils.API/Dtos/Feedback/ImprovementFeedbackDto.cs#L7
Non-nullable property 'SoftwareComment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/LearningUtils/Tutor.LearningUtils.API/Dtos/Feedback/ImprovementFeedbackDto.cs#L8
Non-nullable property 'ContentComment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/LearningUtils/Tutor.LearningUtils.API/Dtos/Feedback/EmotionsFeedbackDto.cs#L7
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/Courses/Tutor.Courses.API/Dtos/UnitEnrollmentDto.cs#L7
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/Courses/Tutor.Courses.API/Dtos/CourseDto.cs#L6
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/Courses/Tutor.Courses.API/Dtos/CourseDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/Courses/Tutor.Courses.API/Dtos/LearnerDto.cs#L6
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Modules/Courses/Tutor.Courses.API/Dtos/LearnerDto.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.