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. I would suggest you try upgrading and removing any workarounds you had to add to your code to address this limitation.
Include()