Top 20 NuGet interception Packages

The package adds interception to the default dependency injection container.
A library with IQueryable extensions.
(Obsolete. Use ServiceWire.) A Lightweight Services Library for .NET.
Fast and lightweight dynamic proxy generation library
An extension to the LightInject service container that enables automatic implementation of factory interfaces.
Common Library to support Dependency Injection like PRISM
Provides the core resources required for MeasureIt functionality.
Package Description
Application-Event publishing library. Primarily intended to publish domain events that metrics are collected for. This library is intended to help abstract away metrics collection implementation from domain-logic.
This package contains version 2.0.414.0 of the Microsoft.Practices.Unity.Interception runtime DLL.
Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It pr...
dotnet 动态代理类,用于AOP
Library for keyboard and mouse input interception and simulation
Provides an implementation of an interceptor that freezes time before an inbound invocation, and then unfreezes time after the invocation has been completed.
Provides an implementation of the runtime type interception pattern, using `Castle.DynamicProxy` as the backing implementation.
Provides an annotation that indicates a target type or member should be intercepted with time-freezing semantics.
Provides an annotation that indicates a target type or member should be intercepted with retry-on-fault semantics.
Provides abstractions for runtime type interception patterns. Heavily based on the API exposed by `Castle.DynamicProxy`.
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes marked with `RetryOnFaultAttribute` such that failed operations will be retried with a configurable exponential back-off. This package is for Autofac version 5. For an identical API ...
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes with interceptors based on annotated attributes. An (Autofac-specific) alternative to (and combination of) both `Ninject.Extensions.Interception` and `Autofac.Extras.DynamicProxy`. ...