0

我刚刚开始在我的 .NET Core 项目中使用 SharpRepository 来替换我们当前的 GenericRepository。这是一个需要处理大量并发请求的 API 项目。但是,我找不到任何异步操作的实现。有什么具体原因吗?如果我想一直异步,我应该在任务运行中包装同步的 SharpRepository 操作吗?

4

1 回答 1

0

答案在这里:https ://github.com/SharpRepository/SharpRepository/issues/53#issuecomment-18109624

为了做好工作,我们需要为所有实现(EF、Mongo ...)开发异步方法。不容易。如果你能帮忙做个PR!

于 2018-11-30T08:51:16.990 回答