Skip to content

32 add new flag for newly fetched estates #22

32 add new flag for newly fetched estates

32 add new flag for newly fetched estates #22

Triggered via pull request September 4, 2024 07:54
Status Success
Total duration 53s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SharedDependencies/Model/Estate.cs#L18
Non-nullable property 'ApiId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SharedDependencies/Model/Estate.cs#L18
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SharedDependencies/Model/Estate.cs#L18
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L47
Non-nullable property 'Locality' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L20
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L26
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L29
Non-nullable property 'Locality' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L32
Non-nullable property 'Seo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L14
Non-nullable property 'Estates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Backend/DTOs/SrealityResponseDTO.cs#L8
Non-nullable property 'Embedded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.