Sign in Sign up
nuget

DotNetCore.Unity.Interception

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.

nuget View on Nuget

Activity

Latest release
7y ago
Total releases
4
Cadence
~11 days
Last 12 months
0

Details

First release
Feb 03, 2019
Releases
Version Released
4.0.6 patch
4.0.5 patch
4.0.4 patch
4.0.0 initial