Pomelo.EntityFrameworkCore.Extensions.ToSql icon indicating copy to clipboard operation
Pomelo.EntityFrameworkCore.Extensions.ToSql copied to clipboard

ReflectionCommon throws exception for EF Core 2.1

Open toralux opened this issue 7 years ago • 0 comments

Pomelo.EntityFrameworkCore.Extensions.ToSql throws exception for EF Core 2.1/2.1.1

IQueryableExtensions.cs: ReflectionCommon: public static readonly MethodInfo CreateQueryParserMethod = QueryCompilerTypeInfo.DeclaredMethods.First(x => x.Name == "CreateQueryParser");

CreateQueryParser is not available any more in EF Core >= 2.1

toralux avatar Jul 05 '18 12:07 toralux