Used primary constructors where possible to enhance readability #392
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/World/CreateWorldResponse.cs#L6
Non-nullable property 'WorldNameInLms' 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/World/CreateWorldResponse.cs#L7
Non-nullable property 'WorldLmsUrl' 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.
|
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.
|
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.
|
Loading