Merge pull request #38 from xforman2/36-add-rabbitmq-for-communicatio… #32
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading