On an API I need dynamic include but EF Core does not support String based include.
Because of this I created a mapper which maps Strings to lambda expressions added
String-based Include() shipped in EF Core 1.1. If you keep this extension you will get error "Ambiguous match found". I spent half day to search solution for this error. Finally i removed above extension and error was resolved.