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

EF Core 3.0 compatibility #154

Closed derigel23 closed 4 years ago

derigel23 commented 4 years ago

System.TypeLoadException: Method 'ExecuteAsync' in type 'DelegateDecompiler.EntityFrameworkCore.AsyncDecompiledQueryProvider' from assembly 'DelegateDecompiler.EntityFrameworkCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93b26a10a04705bd' does not have an implementation.

hazzik commented 4 years ago

It seems that this will require releasing a new nuget package. I'll take a look on the following week.

derigel23 commented 4 years ago

See PR #155