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