Skip to content

Merge pull request #112 from infoshareacademy/ja-18-oauth #52

Merge pull request #112 from infoshareacademy/ja-18-oauth

Merge pull request #112 from infoshareacademy/ja-18-oauth #52

Triggered via push June 16, 2024 18:07
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TutorLizard.BusinessLogic/Services/UserService.cs#L33
Possible null reference argument for parameter 'hashedPassword' in 'PasswordVerificationResult PasswordHasher<User>.VerifyHashedPassword(User user, string hashedPassword, string providedPassword)'.
build: TutorLizard.BusinessLogic/Models/User.cs#L40
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#L40
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/DTOs/StudentsScheduleItemSummaryDto.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/StudentsScheduleItemSummaryDto.cs#L7
Non-nullable property 'TutorName' 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.