Merge pull request #109 from infoshareacademy/ja-18-oauth #50
Annotations
10 warnings
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/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/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/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/DTOs/TutorsScheduleItemSummaryDto.cs#L6
Non-nullable property 'AdTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|