Skip to content

reference Microsoft.Data.SqlClient directly #28

reference Microsoft.Data.SqlClient directly

reference Microsoft.Data.SqlClient directly #28

Triggered via push October 4, 2023 17:13
Status Success
Total duration 1m 14s
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#L20
Change 'Grades' 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/Exercise.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/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/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)