Skip to content

add new functionalities #20

add new functionalities

add new functionalities #20

Triggered via push September 21, 2023 16:46
Status Success
Total duration 1m 16s
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/Ahk.GradeManagement.Data/Entities/Exercise.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: grade-management/Ahk.GradeManagement.Data/Entities/Point.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: grade-management/Ahk.GradeManagement.Data/Entities/Student.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: grade-management/Ahk.GradeManagement.Data/Entities/Assignment.cs#L16
Change 'Exercises' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: grade-management/Ahk.GradeManagement.Data/Entities/Assignment.cs#L21
Change 'StudentAssignments' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: grade-management/Ahk.GradeManagement.Data/Entities/Group.cs#L18
Change 'StudentGroups' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: grade-management/Ahk.GradeManagement.Data/Entities/Group.cs#L19
Change 'TeacherGroups' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: grade-management/Ahk.GradeManagement.Data/Entities/Grade.cs#L20
Change 'Points' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: grade-management/Ahk.GradeManagement.Data/Entities/Student.cs#L11
Change 'StudentAssignments' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build: grade-management/Ahk.GradeManagement.Data/Entities/Student.cs#L12
Change 'StudentGroups' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)