Skip to content

Feature/JA-120 Basic Search Logic #65

Feature/JA-120 Basic Search Logic

Feature/JA-120 Basic Search Logic #65

Triggered via pull request June 26, 2024 12:18
Status Failure
Total duration 57s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build: Tests/TutorLizard.BusinessLogic.Tests/Models/Dtos/AdSearchCriteriaDtoTests.cs#L1
The type or namespace name 'DTOs' does not exist in the namespace 'TutorLizard.BusinessLogic.Models' (are you missing an assembly reference?)
build: Tests/TutorLizard.Web.Tests/Extensions/AdSearchCriteriaDtoExtensionsTests.cs#L2
The type or namespace name 'DTOs' does not exist in the namespace 'TutorLizard.BusinessLogic.Models' (are you missing an assembly reference?)
build: Tests/TutorLizard.Web.Tests/Models/AdSearchCriteriaViewModelTests.cs#L1
The type or namespace name 'DTOs' does not exist in the namespace 'TutorLizard.BusinessLogic.Models' (are you missing an assembly reference?)
build: Tests/TutorLizard.BusinessLogic.Tests/Models/Dtos/AdSearchCriteriaDtoTests.cs#L1
The type or namespace name 'DTOs' does not exist in the namespace 'TutorLizard.BusinessLogic.Models' (are you missing an assembly reference?)
build: Tests/TutorLizard.Web.Tests/Extensions/AdSearchCriteriaDtoExtensionsTests.cs#L2
The type or namespace name 'DTOs' does not exist in the namespace 'TutorLizard.BusinessLogic.Models' (are you missing an assembly reference?)
build: Tests/TutorLizard.Web.Tests/Models/AdSearchCriteriaViewModelTests.cs#L1
The type or namespace name 'DTOs' does not exist in the namespace 'TutorLizard.BusinessLogic.Models' (are you missing an assembly reference?)
build
Process completed with exit code 1.
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/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.