正如标题所示,我尝试将一个简单的应用移植到模板10并引发以下错误:
无法确定集合类型'Garage.Collections.GroupedObservableCollection`2 [System.String,Garage.Models.Car]'的项目类型,因为它具有多个Add方法或ICollection实现。要使此集合类型在XAML中可用,请添加一个公共的Add(object)方法,实现System.Collections.IList或单个System.Collections.Generic.ICollection
由于这在template10之外有效,所以我很困惑为什么会发生这种情况。 Nuget软件包具有相同的版本,因此只有template10软件包与工作版本不同。目标平台是相同的。
我使用的集合类是GroupedObservableCollection
它被用作XAML中的collectionview源。
Here is an overview of the classes and methods in VS2017
感谢您的光临!
我看不出问题是什么以及为什么Template10拒绝。