Skip to content

Adding net7.0 target framework #75

Adding net7.0 target framework

Adding net7.0 target framework #75

Triggered via push October 9, 2024 15:15
Status Success
Total duration 1m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.