Skip to content

fix bugs

fix bugs #18

Triggered via push September 27, 2023 18:36
Status Success
Total duration 44s
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#L16
Non-nullable property 'Exercises' 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/TeacherDTO.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/TeacherDTO.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/TeacherDTO.cs#L13
Non-nullable property 'EduEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: grade-management/DTOs/TeacherDTO.cs#L14
Non-nullable property 'GithubUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.