bulubuloa/SupportWidgetXF

Reference requires Xamarin.Forms.Maps even if there's no intent to use it

Opened this issue · 2 comments

My project wants to use the SupportAutoComplete widget from this project, but I get build errors because this project references Xamarin.Forms.Maps and mine doesn't. I don't want to use Xamarin.Forms.Maps for any reason in my project. I would like to see whatever uses it in this project to be moved into a separate project so I don't have to reference a NuGet package that I don't plan to use.

Same problem with me.

Same for me, and sadly, even after having referenced Xamarin.Forms.Maps, I've got the same error for following libraries :

image
image
image

And so on...

Seems something not compatible ?
I'm not even able to build and launch the Demo project.