Skip to content

Finish group edit + start assignment edit #9

Finish group edit + start assignment edit

Finish group edit + start assignment edit #9

Triggered via push September 14, 2023 17:43
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 'SubjectId' 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.
build: grade-management/DTOs/SubmissionInfoDTO.cs#L14
Non-nullable property 'PullRequests' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.