Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.25 KB

README.md

File metadata and controls

48 lines (30 loc) · 2.25 KB

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