Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

SessionHelper

SessionHelper #55

Triggered via push August 22, 2023 08:49
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Clup-MemberShip/ClubMemberShip.Present/SessionHelper.cs#L24
Possible null reference return.
build: Clup-MemberShip/ClubMemberShip.Present/SessionHelper.cs#L32
Possible null reference return.
build: Clup-MemberShip/ClubMemberShip.Present/Pages/PageUser/CreateClub.cshtml.cs#L16
Non-nullable property 'Msg' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Clup-MemberShip/ClubMemberShip.Present/Pages/Login.cshtml.cs#L14
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Clup-MemberShip/ClubMemberShip.Present/Pages/Login.cshtml.cs#L14
Non-nullable property 'Msg' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Clup-MemberShip/ClubMemberShip.Service/Service/ClubActivityService.cs#L21
Possible null reference argument for parameter 'list' in 'Pagination<ClubActivity> IGenericRepository<ClubActivity>.ToPagination(IEnumerable<ClubActivity> list, int pageNumber = 0, int pageSize = 10, params Expression<Func<ClubActivity, object>>[] includes)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/StudentService.cs#L140
Dereference of a possibly null reference.
build: Clup-MemberShip/ClubMemberShip.Service/Service/StudentService.cs#L140
Possible null reference argument for parameter 'id' in 'Student? IStudentRepo.GetByStudentCode(string id)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/ParticipantService.cs#L21
Possible null reference argument for parameter 'list' in 'Pagination<Participant> IGenericRepository<Participant>.ToPagination(IEnumerable<Participant> list, int pageNumber = 0, int pageSize = 10, params Expression<Func<Participant, object>>[] includes)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/MemberShipService.cs#L21
Possible null reference argument for parameter 'list' in 'Pagination<Membership> IGenericRepository<Membership>.ToPagination(IEnumerable<Membership> list, int pageNumber = 0, int pageSize = 10, params Expression<Func<Membership, object>>[] includes)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/MemberShipService.cs#L52
Possible null reference argument for parameter 'source' in 'int Enumerable.Max<Membership>(IEnumerable<Membership> source, Func<Membership, int> selector)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/ClubActivityService.cs#L21
Possible null reference argument for parameter 'list' in 'Pagination<ClubActivity> IGenericRepository<ClubActivity>.ToPagination(IEnumerable<ClubActivity> list, int pageNumber = 0, int pageSize = 10, params Expression<Func<ClubActivity, object>>[] includes)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/StudentService.cs#L140
Dereference of a possibly null reference.
build: Clup-MemberShip/ClubMemberShip.Service/Service/StudentService.cs#L140
Possible null reference argument for parameter 'id' in 'Student? IStudentRepo.GetByStudentCode(string id)'.
build: Clup-MemberShip/ClubMemberShip.Service/Service/ParticipantService.cs#L21
Possible null reference argument for parameter 'list' in 'Pagination<Participant> IGenericRepository<Participant>.ToPagination(IEnumerable<Participant> list, int pageNumber = 0, int pageSize = 10, params Expression<Func<Participant, object>>[] includes)'.
build: Clup-MemberShip/ClubMemberShip.Repo/Utils/Pagination.cs#L6
Non-nullable field '_items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Clup-MemberShip/ClubMemberShip.Repo/Utils/Pagination.cs#L6
Non-nullable field '_items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.