Unity Interception Extension for .Net Core & .Net Standard NuGet Package

Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object.

Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It provides a flexible approach for adding new behaviors to an object at run time.

This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.




Got any Unity Interception Extension for .Net Core & .Net Standard Question?





Info

Version: 4.0.4
Author(s): Mohammad Chavoshi
Last Update: Thursday, March 22, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/Chavoshi/Unity.NetCore
NuGet Url: https://www.nuget.org/packages/Unity.Interception.NetCore


Install
Install-Package Unity.Interception.NetCore
dotnet add package Unity.Interception.NetCore
paket add Unity.Interception.NetCore
Unity.Interception.NetCore Download (Unzip the "nupkg" after downloading)

2 packages depend on this package.


Tags



STATS

must-have-score

3.3

avg-downloads-per-day

212

days-since-last-release

2199