Skip to content

feat: Subject search can now query papername, papercode, subcode #26

feat: Subject search can now query papername, papercode, subcode

feat: Subject search can now query papername, papercode, subcode #26

Triggered via push June 18, 2024 16:52
Status Success
Total duration 2m 16s
Artifacts
build-and-push
53s
build-and-push
deploy-to-server
1m 4s
deploy-to-server
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
build-and-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, docker/login-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, docker/login-action@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-and-push: IPUSenpaiBackend/CustomEntities/StudenCountSenpai.cs#L12
Nullability of reference types in return type of 'List<StudentCountSingle>? StudentCountByProgramme.StudentCounts.get' doesn't match implicitly implemented member 'List<StudentCountSingle> IStudentCountByFilter.StudentCounts.get' (possibly because of nullability attributes).
build-and-push: IPUSenpaiBackend/CustomEntities/StudenCountSenpai.cs#L18
Nullability of reference types in return type of 'List<StudentCountSingle>? StudentCountByInstitute.StudentCounts.get' doesn't match implicitly implemented member 'List<StudentCountSingle> IStudentCountByFilter.StudentCounts.get' (possibly because of nullability attributes).
build-and-push: IPUSenpaiBackend/CustomEntities/StudenCountSenpai.cs#L24
Nullability of reference types in return type of 'List<StudentCountSingle>? StudentCountByBatch.StudentCounts.get' doesn't match implicitly implemented member 'List<StudentCountSingle> IStudentCountByFilter.StudentCounts.get' (possibly because of nullability attributes).
build-and-push: IPUSenpaiBackend/CustomEntities/RankSenpai.cs#L19
Non-nullable property 'MarksPerSemester' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: IPUSenpaiBackend/Controllers/IPUSenpaiController.cs#L288
Nullable value type may be null.
build-and-push: IPUSenpaiBackend/IPUSenpai/IPUSenpaiAPI.cs#L652
Non-nullable property 'Enrolno' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: IPUSenpaiBackend/IPUSenpai/IPUSenpaiAPI.cs#L653
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: IPUSenpaiBackend/IPUSenpai/IPUSenpaiAPI.cs#L654
Non-nullable property 'Subcode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: IPUSenpaiBackend/IPUSenpai/IPUSenpaiAPI.cs#L658
Non-nullable property 'Semester' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push: IPUSenpaiBackend/IPUSenpai/IPUSenpaiAPI.cs#L659
Non-nullable property 'Exam' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-push
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-push
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-push
Nullability of reference types in return type of 'List<StudentCountSingle>? StudentCountByProgramme.StudentCounts.get' doesn't match implicitly implemented member 'List<StudentCountSingle> IStudentCountByFilter.StudentCounts.get' (possibly because of nullability attributes).
build-and-push
Nullability of reference types in return type of 'List<StudentCountSingle>? StudentCountByInstitute.StudentCounts.get' doesn't match implicitly implemented member 'List<StudentCountSingle> IStudentCountByFilter.StudentCounts.get' (possibly because of nullability attributes).
build-and-push
Nullability of reference types in return type of 'List<StudentCountSingle>? StudentCountByBatch.StudentCounts.get' doesn't match implicitly implemented member 'List<StudentCountSingle> IStudentCountByFilter.StudentCounts.get' (possibly because of nullability attributes).
build-and-push
Non-nullable property 'MarksPerSemester' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push
Nullable value type may be null.
build-and-push
Dereference of a possibly null reference.
build-and-push
Dereference of a possibly null reference.
build-and-push
Non-nullable property 'Enrolno' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-push
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.