Skip to content

Merge pull request #103 from infoshareacademy/feature/ja-113-github-a… #2

Merge pull request #103 from infoshareacademy/feature/ja-113-github-a…

Merge pull request #103 from infoshareacademy/feature/ja-113-github-a… #2

Triggered via push May 26, 2024 16:29
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TutorLizard.BusinessLogic/Models/User.cs#L38
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#L38
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/User.cs#L38
Non-nullable property 'PasswordHash' 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/DTOs/Responses/AdRequestStatusResponse.cs#L6
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.