Skip to content

Used primary constructors where possible to enhance readability #392

Used primary constructors where possible to enhance readability

Used primary constructors where possible to enhance readability #392

Triggered via push December 23, 2024 18:26
Status Success
Total duration 1m 58s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L30
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L31
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L32
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L33
Converting null literal or possible null value to non-nullable type.
build (macos-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L34
Converting null literal or possible null value to non-nullable type.
build (macos-latest): 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.
build (macos-latest): 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.
build (macos-latest): 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.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L30
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L31
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L32
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L33
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L34
Converting null literal or possible null value to non-nullable type.
build (ubuntu-20.04): AdLerBackend.Application/Adaptivity/AnswerAdaptivityQuestion/AnswerAdaptivityQuestionHandler.cs#L41
Possible null reference argument for parameter 'adaptivityElement' in 'Guid IdExtractor.GetUuidFromQuestionId(int questionId, AdaptivityElement adaptivityElement)'.
build (ubuntu-20.04): 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.
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (ubuntu-latest): 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.
build (windows-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L30
Converting null literal or possible null value to non-nullable type.
build (windows-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L31
Converting null literal or possible null value to non-nullable type.
build (windows-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L32
Converting null literal or possible null value to non-nullable type.
build (windows-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L33
Converting null literal or possible null value to non-nullable type.
build (windows-latest): AdLerBackend.Application/World/WorldManagement/UploadWorld/UploadWorldUseCase.cs#L34
Converting null literal or possible null value to non-nullable type.
build (windows-latest): AdLerBackend.Application/Adaptivity/AnswerAdaptivityQuestion/AnswerAdaptivityQuestionHandler.cs#L41
Possible null reference argument for parameter 'adaptivityElement' in 'Guid IdExtractor.GetUuidFromQuestionId(int questionId, AdaptivityElement adaptivityElement)'.
build (windows-latest): 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.