Interceptron is a set of packages that add interception to the default dependency injection container.
The package extends the default dependency injection container by adding overloads of the existant methods that accept interceptors as parameters.
Example:
services.AddTransient<ICustomService, CustomService>(new IInterceptor[] { new DebuggerInterceptor() });
Platforms | Master | Develop |
---|---|---|
Windows |