Skip to content

The package adds interception to the default dependency injection container.

License

Notifications You must be signed in to change notification settings

HamzaLee/dotnetcore-di-interception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNet Core Dependency Injection Interception

The package adds 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.

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

Build

Platforms Master Develop
Windows Build Status Build Status

Tests

Azure DevOps coverage

Azure DevOps tests

Issues

GitHub issues

GitHub pull requests

Release

NuGet NuGet

About

The package adds interception to the default dependency injection container.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages