Skip to content

Fix typo (OnRawResponseReceived) #76

Fix typo (OnRawResponseReceived)

Fix typo (OnRawResponseReceived) #76

Triggered via push October 9, 2024 16:08
Status Success
Total duration 1m 8s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L39
Possible null reference return.
build: GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L20
Non-nullable event 'OnUriCreated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L21
Non-nullable event 'OnRawResponseReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event 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/StaticMaps/Entities/StaticMapRequest.cs#L126
Non-nullable property 'Center' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.