码迷,mamicode.com
首页 > Web开发 > 详细

asp.net core 默认 IoC 容器对象实例生命周期的问题

时间:2019-08-06 11:09:34      阅读:555      评论:0      收藏:0      [点我收藏+]

标签:inf   问题:   autofac   get   configure   image   target   config   cep   

最近刚刚用 .netcore 开发接口,并使用 EFCore。在并发时,遇到了下面的问题:

System.InvalidOperationException: An attempt was made to use the context while it is being configured

在 stack overflow 上面找到同样问题的解决办法。附上文章链接:

https://stackoverflow.com/questions/54834970/system-invalidoperationexception-an-attempt-was-made-to-use-the-context-while-i

在文章中,说明了是 .netcore 默认 IoC 容器的机制的问题

技术图片

并建议使用第三方容器来解决这个问题。我使用 Autofac 解决了问题。

 

asp.net core 默认 IoC 容器对象实例生命周期的问题

标签:inf   问题:   autofac   get   configure   image   target   config   cep   

原文地址:https://www.cnblogs.com/Phileas/p/11307307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!