Remove warnings #4
Merged
Annotations
10 warnings
|
src/GeolocationAPI/Infrastructure/External/Http/ExternalDTOs/GetIPInfoResponse.cs#L26
Non-nullable property 'Ip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/Infrastructure/External/Http/ExternalDTOs/GetIPInfoResponse.cs#L42
Non-nullable property 'HascId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/Infrastructure/External/Http/ExternalDTOs/GetIPInfoResponse.cs#L40
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/Infrastructure/External/Http/ExternalDTOs/GetIPInfoResponse.cs#L47
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/API/Http/DTOs/GetGeolocationIPResponse.cs#L14
Non-nullable property 'Longitude' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/API/Http/DTOs/GetGeolocationIPResponse.cs#L14
Non-nullable property 'Latitude' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/API/Http/DTOs/GetGeolocationIPResponse.cs#L14
Non-nullable property 'TimeZone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/API/Http/DTOs/GetGeolocationIPResponse.cs#L14
Non-nullable property 'CountryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/API/Http/DTOs/GetGeolocationIPResponse.cs#L14
Non-nullable property 'CountryCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GeolocationAPI/API/Http/DTOs/GetGeolocationIPResponse.cs#L14
Non-nullable property 'IP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading