Skip to content

The packages add interception to the default dependency injection container.

License

Notifications You must be signed in to change notification settings

HamzaLee/interceptron

Repository files navigation

Interceptron

Interceptron is a set of packages that add interception to the default dependency injection container.

License

GitHub

Usage

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() });

Build

Platforms Master Develop
Windows Build Status Build Status

Tests

Azure DevOps coverage

Azure DevOps tests

Issues

GitHub issues

GitHub pull requests

Release

Core

NuGet NuGet

DynamicProxy

NuGet NuGet

DispatchProxy

NuGet NuGet