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.
他们是一种使用 Ninject.Extensions.Interception 扩展设置拦截的方法,以便将其应用于命名空间或程序集中的所有类?
当前,我必须像这样每堂课都这样做
Kernel.Bind<MyClass>().ToSelf().Intercept().With<ILoggerAspect>();
Ninject.Extensions.Conventions应该注意这一点(尽管它不会影响Bind您可能没有通过约定模块生成的任何显式 ings)。
Ninject.Extensions.Conventions
Bind
请参阅Ninject.Extensions.Conventions wiki。