Hi,
Thanks for the awesome product.
I built my own Xamarin Forms NuGet package project "Nuget A" with several SfControls, and A was referenced in "Project B".
Nuget A goes well with building or running embedded sample project, but I'm getting the error from "Project B" about "Syncfusion.Buttons.XForms" as below.
-
error XA2002: Can not resolve reference: `Syncfusion.Buttons.XForms`, referenced by `Nuget A`.
Please add a NuGet package or assembly reference for `Syncfusion.Buttons.XForms`, or remove the reference to `Nuget A`.
-
The error is NOT the problem. I resolved this by installing the "Syncfusion.Buttons.XForms" into "Project B".
What confused me is that I also used SfListView, SfNavigationDrawer in my "Nuget A", no error pops up until the "Syncfusion.Buttons.XForms".
So my questions are:
1. What is the difference between these controls that makes me install "SfButtons" again in "Project B"?
2. And ideally, is there any workaround to avoid this kind of redundant references?
Thanks,
Shaw