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

DelegateDecompiler.EntityFrameworkCore .Net 5 support #170

Closed yaroslavbres closed 3 years ago

yaroslavbres commented 3 years ago

This is not an issue, it's rather a question/feature request

Currently, DelegateDecompiler.EntityFrameworkCore (v0.28.2) has dependeny to Microsoft.EntityFrameworkCore (>= 2.0.0 && < 4.0.0). It makes impossible to use it with latest Microsoft.EntityFrameworkCore 5.0.1.

Are you planning to bump Microsoft.EntityFrameworkCore version in the dependencies?

yaroslavbres commented 3 years ago

After some investigations, I found DelegateDecompiler.EntityFrameworkCore5 lib.