Hi,
I have an interesting experience. I am not sure if that is only on UWP or can be also reproduced on Andorid or IOS. but on UWP, i get error below when I try to build,
Severity Code Description Project File Line Suppression State
Error CS0433 The type 'XamlMetaDataProvider' exists in both 'Syncfusion.SfShared.UWP, Version=15.1460.0.33, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' and 'Syncfusion.SfShared.UWP, Version=15.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89'
This occurs because I have 2 tools installed. SfSchedule and SfNumericUpDown. Both has shared dependency dll which is SfShared.UWP. I have SfSchedule as 15.1.0.37 installed because of bug fixing. SfNumericUpDown installed as 15.1.0.33. thats why it is conflicting.
Of course I can upgrade SfNumericUpDown to newest version to fix the problem but sometimes when you have your app in the market, you do updates more carefully. you need to test it fully.
I mean this is not a crucial problem for me but I just wanted to bring it to your attention if you can find a workaround for it.
Thanks,
Emil