是否有可能在注册时获得已解析实例的目标(使用者)类型?基本上是这样的:Determine the target type for a dependency during resolution,但用于dryioc。
发布于 2022-07-18 11:44:15
下面是DryIoc文档中的示例:https://github.com/dadhi/DryIoc/blob/master/docs/DryIoc.Docs/ExamplesContextBasedResolution.md#log4net-logger
https://stackoverflow.com/questions/73021142
相似问题