会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
三寸月光
博客园
首页
新随笔
联系
订阅
管理
2024年9月11日
.net There should only be one applicable constructor的解决方案
摘要: 这种情况一般是因为DI发现了多个构造函数导致的。可以在需要DI使用的构造函数上加上特性[ActivatorUtilitiesConstructor] [ActivatorUtilitiesConstructor] public Test(IA a) { } public Test(IB b) { }
阅读全文
posted @ 2024-09-11 11:32 三寸月光
阅读(10)
评论(0)
推荐(0)
编辑
公告