Updated language version to 12. Latest possible with .net 9 #390
Annotations
10 warnings
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/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/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/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.
|
Run automated unit and integration tests:
AdLerBackend.Application/Common/Responses/LMSAdapter/Adaptivity/AdaptivityModuleStateResponseAfterAnswer.cs#L6
Non-nullable property 'Tasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading