Feature/ja 117 activation emails #40
Annotations
10 warnings
build:
TutorLizard.BusinessLogic/Services/UserService.cs#L21
Nullability of reference types in return type of 'Task<LogInResult> UserService.LogIn(string username, string password)' doesn't match implicitly implemented member 'Task<LogInResult?> IUserService.LogIn(string username, string password)'.
|
build:
TutorLizard.BusinessLogic/Models/User.cs#L39
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#L39
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#L39
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.
|