Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリは最後の行でエラーを受け取ります:
var ioc= new DryIoc.Container(); var Task = DryIoc.Resolver.Resolve<XXX>(ioc);
受け取ったエラー:
XXX を解決できません。サービス登録が見つからず、Rules.FallbackContainers の数: 0 および Rules.UnknownServiceResolvers の数: 0
私のコード:
class XXX: AAA { ... }