After dynamic select when enumerating I there is ToDynamicList() method but no async version of the same ToDynamicListAsync() that would propagate async call till bottom.
Could this feature be added, because I am using EFCore(1.1.2) and have made most methods in Controller and Repository to be async for efficiency.
After dynamic select when enumerating I there is ToDynamicList() method but no async version of the same ToDynamicListAsync() that would propagate async call till bottom.
Could this feature be added, because I am using EFCore(1.1.2) and have made most methods in Controller and Repository to be async for efficiency.