2.4.0 Remove PlayerData #28
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run automated unit and integration tests:
AdLerBackend.Application/Adaptivity/GetAdaptivityModuleQuestionDetails/GetAdaptivityElementDetailsHandler.cs#L44
Dereference of a possibly null reference.
|
Run automated unit and integration tests:
AdLerBackend.Application/Adaptivity/AnswerAdaptivityQuestion/AnswerAdaptivityQuestionHandler.cs#L45
Dereference of a possibly null reference.
|
Run automated unit and integration tests:
AdLerBackend.Application/Adaptivity/AnswerAdaptivityQuestion/AnswerAdaptivityQuestionHandler.cs#L50
Possible null reference argument for parameter 'adaptivityElement' in 'Guid IdExtractor.GetUuidFromQuestionId(int questionId, AdaptivityElement adaptivityElement)'.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/DTOs/AdaptivityAnsweredQuestionTo.cs#L11
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/DTOs/AdaptivityAnsweredQuestionTo.cs#L16
Non-nullable property 'Answer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/Responses/Adaptivity/GetAdaptivityElementDetailsResponse.cs#L10
Non-nullable property 'Element' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/Responses/Adaptivity/GetAdaptivityElementDetailsResponse.cs#L11
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/Responses/Adaptivity/GetAdaptivityElementDetailsResponse.cs#L12
Non-nullable property 'Tasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/Responses/LMSAdapter/LMSCourseCreationResponse.cs#L6
Non-nullable property 'CourseLmsName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/Responses/LMSAdapter/Adaptivity/AdaptivityModuleStateResponseAfterAnswer.cs#L5
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading