Skip to content

fix test project build error #5

fix test project build error

fix test project build error #5

Triggered via push September 7, 2023 17:10
Status Success
Total duration 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: grade-management/DTOs/AssignmentDTO.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/AssignmentDTO.cs#L14
Non-nullable property 'ClassroomAssignment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/AssignmentDTO.cs#L15
Non-nullable property 'Exercises' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/AssignmentDTO.cs#L16
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/WebhookTokenDTO.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/WebhookTokenDTO.cs#L12
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/WebhookTokenDTO.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/SubmissionInfoDTO.cs#L11
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/SubmissionInfoDTO.cs#L12
Non-nullable property 'Neptun' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/SubmissionInfoDTO.cs#L13
Non-nullable property 'Branches' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.