Skip to content

Merge pull request #101 from infoshareacademy/feature/ja-111-browse-c… #7

Merge pull request #101 from infoshareacademy/feature/ja-111-browse-c…

Merge pull request #101 from infoshareacademy/feature/ja-111-browse-c… #7

Triggered via push May 28, 2024 18:01
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TutorLizard.BusinessLogic/Services/StudentService.cs#L108
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#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/Ad.cs#L7
Non-nullable property 'Subject' 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 'Title' 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 'Description' 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 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/AdRequest.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.BusinessLogic/Models/Category.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.