英文: Adding Autofac JSON configuration to .NET core 6.0 using the new single file template 问题 I am tr...
Autofac 当注入类似于 Grace/Ninject 时
英文: Autofac WhenInjectInto like Grace/Ninject 问题 我有这个使用Grace(在Ninject中也是一样的)的实现,但我需要在Autofac中使用它,但Au...
Custom lifetime scope per request in ASP.NET Core without DependencyResolver
英文: Custom lifetime scope per request in ASP.NET Core without DependencyResolver 问题 我正在迁移一个 ASP.NET ...
为什么无法从生命周期范围解析键入的注册?
英文: Why cannot I resolve keyed registrations from lifetime scope? 问题 我正在尝试从生命周期范围解析带键的服务。以下代码呈现了问题: ...
Autofac RegisterInstance 不按预期工作。
英文: Autofac RegisterInstance does not work as expected 问题 In my ASP.NET Core application there is a ...
依赖注入和在运行时选择类
英文: Dependency Injector and choosing the a class at runtime 问题 以下是您要翻译的内容: 我的简单应用程序可以使用依赖注入以一种或另一种方式...
C#/Autofac – 注册目录下的所有类,并使用它们的字符串名称解析
英文: C#/Autofac - Register ALL classes under a directory, and resolve using their string names 问题 这是一...
ComponentNotRegisteredException 使用 AutoMapper 与 Autofac
英文: ComponentNotRegisteredException using AutoMapper with Autofac 问题 I'm getting an error when attem...
如何使用Autofac避免内存泄漏?
英文: How to avoid memory leaks with Autofac? 问题 I'm trying to better understand IoC/DI, in particular...
如何在Autofac模块中注册HealthCheck
英文: How to register HealthCheck in Autofac module 问题 I'm using .NET 6 and Autofac to register my dep...