Adding net7.0 target framework #22
Annotations
10 warnings
publish:
GoogleMapsApi/Entities/TimeZone/Response/TimeZoneResponse.cs#L48
Non-nullable property 'TimeZoneId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/TimeZone/Response/TimeZoneResponse.cs#L54
Non-nullable property 'TimeZoneName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/TimeZone/Request/TimeZoneRequest.cs#L17
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/TimeZone/Request/TimeZoneRequest.cs#L27
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L21
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L25
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L29
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L32
Non-nullable property 'FormattedAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish:
GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L35
Non-nullable property 'Types' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|