It would be great to have async enumerable which can be used in another projects without dependency to EF<br /><br />I see that now these interfaces are public, so also it would be greate to have these interfaces renamed without 'Db' prefix, for ex:<br /><br />IDbAsyncEnumerable -> IAsyncEnumerable<br />IDbAsyncEnumerator -> IAsyncEnumerator<br />IDbAsyncQueryProvider -> IAsyncQueryProvider<br /><br />etc
↧