IDbAsyncEnumerable not implemented

前端 未结 7 761
清歌不尽
清歌不尽 2020-12-01 10:50

I am trying to make a FakeDbContext with a FakeDbSet for unit testing.

But I get the following error (see below). I am extending DbSet so normally IDbAsyncEnumerable

7条回答
  •  抹茶落季
    2020-12-01 11:10

    Not directly related but might help some others. If you're using DelegateCompiler, make sure you're using DecompileAsync rather than Decompile in the EF packages (source).

提交回复
热议问题