Skip to content

Merge pull request #107 from infoshareacademy/feature/ja-117-activati… #62

Merge pull request #107 from infoshareacademy/feature/ja-117-activati…

Merge pull request #107 from infoshareacademy/feature/ja-117-activati… #62

Triggered via push June 26, 2024 11:09
Status Failure
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: TutorLizard.BusinessLogic/Services/UserService.cs#L43
Possible null reference argument for parameter 'hashedPassword' in 'PasswordVerificationResult PasswordHasher<User>.VerifyHashedPassword(User user, string hashedPassword, string providedPassword)'.
build: TutorLizard.BusinessLogic/Services/StudentService.cs#L147
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
build: TutorLizard.BusinessLogic/Models/User.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/User.cs#L41
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/ScheduleItem.cs#L7
Non-nullable property 'Ad' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/ScheduleItem.cs#L11
Non-nullable property 'Ad' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/DTOs/TutorsScheduleItemSummaryDto.cs#L6
Non-nullable property 'AdTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/DTOs/TutorsScheduleItemRequestDto.cs#L5
Non-nullable property 'StudentName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/ActivationResult.cs#L12
Non-nullable property 'ActivationCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/Ad.cs#L7
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.