w-ahmad/WinUI.TableView

Conflict with CommunityToolkit.WinUI.Collection

ghost1372 opened this issue · 0 comments

i used AdvancedCollectionView in my project (latest version), then i installed your TableView library, and i get conflict errors:

The type 'AdvancedCollectionView' exists in both 'CommunityToolkit.WinUI.Collections, Version=8.2.0.0, Culture=neutral, PublicKeyToken=null' and 'WinUI.TableView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'

I need to use AOT in my Apps and it seems that the bugs related to AOT have been fixed in the latest versions.
But it seems that AdvancedCollectionView is hardcoded in your library and we are forced to use your AdvancedCollectionView and we cannot use its newer versions.
so please fix it