标题可能具有误导性,但基本上我希望DryIoc.Container解析一个特定的实现,该接口的类型(实现接口的类的类型)在运行时(相同接口的多个实现<code>E 210</code>被注册)。我不能使用serviceKey来识别实现,因为解析实现的代码预期会执行如下操作:container.Resolve<IService>(*** here specify the runtime typeusing System;
下面是使用SimpleIoc容器的Xamarin MVVMLight的代码,现在我使用DryIoccontainer将其移植到Xamarin Prism: var commander = new AsciiCommander(); commander.AddResponder(
this.container.GetInstance<Transp
我正在尝试将示例的引导程序从使用Unity转换为DryIoc。while trying to get instance of type ModuleAModule, key ""Unable to get constructor of DryIoc.Rulesusing provided constructor selector when resolving DryIoc.Rules {ReturnDefault} as parameter "rules"in Dry