.netcore: Only sources that implement IAsyncEnumerable can be used for Entity Framework asynchronous operations

解决方案:

查看命名空间,把命名空间 using System.Data.Entity;

改为如下:
using Microsoft.EntityFrameworkCore;
posted @ 2021-09-16 16:44  katesharing  阅读(272)  评论(0)    收藏  举报