The package adds 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.
The repository contains a solution DotNetCore.DI.Interception.Samples.sln where some examples can be found.
Example:
services.AddTransient<ICustomService, CustomService>(new IInterceptor[] { new DebuggerInterceptor() });
For more information about interception, please refer to Castle Core
Platforms | Master | Develop |
---|---|---|
Windows |