Adding net7.0 target framework #75
Annotations
10 warnings
build:
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.
|
build:
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.
|
build:
GoogleMapsApi/Entities/DistanceMatrix/Response/Row.cs#L13
Non-nullable property 'Elements' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Markers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Pathes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Visible' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Style' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L39
Possible null reference return.
|