hazzik / DelegateDecompiler

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

Exception using SelectMany #182

Closed HenriqueEichstadt closed 4 months ago

HenriqueEichstadt commented 2 years ago

When using SelectMany in a function marked with the Computed attribute, the following exception occurs. Does DelegateDecompiler.EntityFrameworkCore5 support SelectMany? I upgraded from EntityFramework 6 to EntityFrameworkCore 6 and this error appeared.

Function marked with the Computed attribute: image

image

Exception: image