hazzik / DelegateDecompiler

A library which is able to decompile a delegate or a method body to its lambda representation
MIT License
522 stars 62 forks source link

Fix Queryable Include & AsNoTracking extensions for EF #141

Closed magicmoux closed 4 years ago

magicmoux commented 5 years ago

Hi @hazzik,

Here is a potential solution for dealing call order to the Decompile method for Include and AsNoTracking EF extensions on .NET 4.x.

If the implementation is acceptable, it would allow to close #38 Issue and #53 PR

Thanks in advance for your review, Max.