Skip to content

feat: Retrieve tasks by unit with progress information for students #611

feat: Retrieve tasks by unit with progress information for students

feat: Retrieve tasks by unit with progress information for students #611

Triggered via pull request September 19, 2024 13:22
Status Success
Total duration 4m 10s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/LearningTasks/Tutor.LearningTasks.API/Dtos/TaskAnalytics/InternalTaskProgressStatisticsDto.cs#L8
Non-nullable property 'NegativePatterns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/LearningTasks/Tutor.LearningTasks.API/Dtos/TaskAnalytics/InternalTaskUnitSummaryStatisticsDto.cs#L11
Non-nullable property 'GradedTaskStatistics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/BuildingBlocks/Tutor.BuildingBlocks.Infrastructure/Database/EventStore/Postgres/StoredDomainEvent.cs#L8
Non-nullable property 'AggregateType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/BuildingBlocks/Tutor.BuildingBlocks.Infrastructure/Database/EventStore/Postgres/StoredDomainEvent.cs#L11
Non-nullable property 'DomainEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.