Added first-layer of UT Annotations for all Reqs #371
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
AdLerBackend.Application/Adaptivity/GetAdaptivityModuleQuestionDetails/GetAdaptivityElementDetailsHandler.cs#L45
Dereference of a possibly null reference.
|
AdLerBackend.Application/Common/DTOs/AdaptivityAnsweredQuestionTo.cs#L11
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdLerBackend.Application/Common/DTOs/AdaptivityAnsweredQuestionTo.cs#L16
Non-nullable property 'Answer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdLerBackend.Application/Common/Responses/World/CreateWorldResponse.cs#L6
Non-nullable property 'WorldNameInLms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdLerBackend.Application/Common/Responses/World/CreateWorldResponse.cs#L7
Non-nullable property 'WorldLmsUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdLerBackend.Application/Adaptivity/AnswerAdaptivityQuestion/AnswerAdaptivityQuestionHandler.cs#L45
Dereference of a possibly null reference.
|
AdLerBackend.Application/Adaptivity/AnswerAdaptivityQuestion/AnswerAdaptivityQuestionHandler.cs#L50
Possible null reference argument for parameter 'adaptivityElement' in 'Guid IdExtractor.GetUuidFromQuestionId(int questionId, AdaptivityElement adaptivityElement)'.
|
AdLerBackend.Application/Common/Responses/LMSAdapter/LMSCourseCreationResponse.cs#L6
Non-nullable property 'CourseLmsName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdLerBackend.Application/Common/Responses/Adaptivity/GetAdaptivityElementDetailsResponse.cs#L10
Non-nullable property 'Element' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdLerBackend.Application/Common/Responses/Adaptivity/GetAdaptivityElementDetailsResponse.cs#L11
Non-nullable property 'Questions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading