Skip to main content
Unity.Interception.NetCore package icon

Unity.Interception.NetCore

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.

Total Downloads
2.8M
2,765,125
Published
Mar 22, 2018
Latest stable version

Install

.NET CLI
dotnet add package Unity.Interception.NetCore --version 4.0.4
Package Manager Console
Install-Package Unity.Interception.NetCore -Version 4.0.4
PackageReference
<PackageReference Include="Unity.Interception.NetCore" Version="4.0.4" />

Frameworks

.NETStandard2.0

Dependencies

Unity.NetCore
.NETStandard2.0
[4.0.3, )
System.Reflection.Emit
.NETStandard2.0
[4.3.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.