我刚刚从版本 2 升级到 Automapper 3。我在项目中使用了两种方法:
IsListOrDictionaryType()和ToNullSafeString()
我正在使用 .NET 4.0。
有没有人有任何建议/想法?
更新
Automapper 3.0.0 中有四个额外的命名空间。Impl, Internal, Mappers, QueryableExtensions. “缺失”的函数在其中,Internal但其他对象方法和类型也在其中,因此这似乎不是一个解决方案。