Skip to content

Fix/Login with Google #79

Fix/Login with Google

Fix/Login with Google #79

Triggered via pull request June 28, 2024 09:06
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TutorLizard.Shared/Models/DTOs/ActivationResultDto.cs#L6
Non-nullable property 'ActivationCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdListItemDto.cs#L40
Non-nullable property 'TutorName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdListItemDto.cs#L40
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdListItemDto.cs#L40
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdListItemDto.cs#L40
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdListItemDto.cs#L40
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdListItemDto.cs#L40
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/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.Shared/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.Shared/Models/DTOs/StudentsScheduleItemSummaryDto.cs#L6
Non-nullable property 'AdTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.