以下方法或属性之间的调用具有二义性: System.Linq.Queryable 和 System.Linq.AsyncEnumerable
本文发布于 3 年前,部分内容可能已经失去参考价值。
严重性代码说明项目文件行禁止显示状态
错误CS0121以下方法或属性之间的调用具有二义性:“System.Linq.Queryable.Where<TSource>(System.Linq.IQueryable<TSource>, System.Linq.Expressions.Expression<System.Func<TSource, bool>>)”和“System.Linq.AsyncEnumerable.Where<TSource>(System.Collections.Generic.IAsyncEnumerable<TSource>, System.Func<TSource, bool>)”活动
The call is ambiguous between the following methods or properties.
引用的扩展或其版本有冲突,暂时在查找的表后面加上“AsQueryable()”解决。
可能相关的内容
Serialization and deserialization of 'System.DateOnly' / 'System.TimeOnly' instances are not support
InvalidCastException: Unable to cast object of type 'System.Boolean' to type 'System.SByte'.
无法将类型为 MySql.Data.MySqlClient.MySqlProviderServices 的对象强制转换为类型 System.Data.Common.DbProviderServices
jQuery 插件:HTML5 Sortable