Skip to content

28 more effective data fetching #17

28 more effective data fetching

28 more effective data fetching #17

Triggered via pull request September 2, 2024 07:47
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SharedDependencies/Model/Estate.cs#L16
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#L16
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#L16
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.