Skip to content

Merge pull request #111 from infoshareacademy/feature/ja-120-basic-se… #76

Merge pull request #111 from infoshareacademy/feature/ja-120-basic-se…

Merge pull request #111 from infoshareacademy/feature/ja-120-basic-se… #76

Triggered via push June 27, 2024 17:15
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: push
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/AdRequestsListDto.cs#L17
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdRequestsListDto.cs#L17
Non-nullable property 'AdTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdRequestsListDto.cs#L17
Non-nullable property 'AdSubject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TutorLizard.Shared/Models/DTOs/AdRequestsListDto.cs#L17
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 '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.