DependencyInjection.Annotation icon indicating copy to clipboard operation
DependencyInjection.Annotation copied to clipboard

基于注解的服务自动查找与注册的DI扩展

Results 4 DependencyInjection.Annotation issues
Sort by recently updated
recently updated
newest added

能给个使用例子嘛 看测试代码没看懂.

我在 #3 给出了一种在.net8 平台下能使用KeyedServices 注入的实现,并且保留了原来的写法。 但确实如 @xljiulang 所说无法向.net8以下的版本兼容。 我想了想,创建一个独立的KeyedServiceAttribute 确实比较好。 不知道 @xljiulang 什么时候有时间实现?如果没有时间我也可以修改一下再pull。

在.net8环境可以通过在特性上传入key来使用KeyedService 注入

类似Java中Spring的@Autowired自动注入属性,标注后通过生成构造方法完成注入