kirov-opensource / NAutowired

ASP.NET CORE Field Injection Implement
MIT License
77 stars 16 forks source link

添加IEnumerable解析支持 #22

Closed softworm closed 2 years ago

softworm commented 2 years ago

此PR是为了 #21 提出的增强功能

  1. 添加了对IEnumerable依赖的解析支持,注入T类型服务集合。
  2. 添加扩展方法,方便手动从容器获取服务时的Autowired依赖解析。
  3. 添加了测试方法。
softworm commented 2 years ago

同时移除了多实现时报错的处理:smile:

FatTigerWang commented 2 years ago

看看是否有必要补充文档?我稍后将检查它。

softworm commented 2 years ago

看看是否有必要补充文档?我稍后将检查它。

好的,我来补充一下

FatTigerWang commented 2 years ago

@softworm Thank you!

FatTigerWang commented 2 years ago

Close #21