Did you use the most recent version? I just checked again and it's working fine for me. Where() calls into AsyncQueryProviderWrapper.CreateQuery<>(Expression) which constructs an AsyncEnumerableQuery<> which can be casted to IDbAsyncEnumerable<>. Are you using EF6a3?
↧