setting TargetFrameworkVersion = "4.0";
The following is generated
public class FakeDbSet<TEntity> : DbSet<TEntity>, IQueryable, IEnumerable<TEntity>, IDbAsyncEnumerable<TEntity>
The compiler complains about IDbAsyncEnumerator
Comments: Fixed. This will be in the next release. See [this changeset](https://efreversepoco.codeplex.com/SourceControl/changeset/f3449deef264) to obtain the latest code immediately.
The following is generated
public class FakeDbSet<TEntity> : DbSet<TEntity>, IQueryable, IEnumerable<TEntity>, IDbAsyncEnumerable<TEntity>
The compiler complains about IDbAsyncEnumerator
Comments: Fixed. This will be in the next release. See [this changeset](https://efreversepoco.codeplex.com/SourceControl/changeset/f3449deef264) to obtain the latest code immediately.