Dora.Interception
2.1.1
See the version list below for details.
dotnet add package Dora.Interception --version 2.1.1
NuGet\Install-Package Dora.Interception -Version 2.1.1
<PackageReference Include="Dora.Interception" Version="2.1.1" />
paket add Dora.Interception --version 2.1.1
#r "nuget: Dora.Interception, 2.1.1"
// Install Dora.Interception as a Cake Addin #addin nuget:?package=Dora.Interception&version=2.1.1 // Install Dora.Interception as a Cake Tool #tool nuget:?package=Dora.Interception&version=2.1.1
A .NET Core based interception framework for AOP programming.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Dora.DynamicProxy (>= 2.1.1)
- Microsoft.Extensions.DependencyInjection (>= 2.1.1)
- System.ComponentModel (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Dora.Interception:
Package | Downloads |
---|---|
Dora.Interception.Castle
Provides a proxy factory by leveraging Castle based interception mechanism. |
|
Ergate
Package Description |
|
ChaosCore.Interception
Package Description |
|
Atto.Common.Core
This libary provides a spring boot implementation abstraction |
|
Dora.Interception.AspNetCore
Interception extensions for ASP.NET Core. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dora.Interception:
Repository | Stars |
---|---|
jiangjinnan/Dora
|
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 705 | 9/30/2022 |
6.0.1 | 611 | 6/20/2022 |
6.0.0 | 687 | 6/16/2022 |
3.0.0 | 19,317 | 10/7/2019 |
2.2.0 | 6,729 | 7/19/2019 |
2.1.4 | 26,416 | 11/27/2018 |
2.1.3 | 911 | 11/27/2018 |
2.1.2 | 1,005 | 11/20/2018 |
2.1.1 | 928 | 11/19/2018 |
2.1.1-beta1 | 654 | 11/19/2018 |
2.0.0 | 5,648 | 1/21/2018 |
2.0.0-beta3 | 985 | 1/4/2018 |
2.0.0-beta2 | 958 | 1/4/2018 |
2.0.0-beta1 | 4,299 | 6/10/2017 |
1.1.0 | 2,128 | 4/29/2017 |
1.0.0 | 1,547 | 3/17/2017 |
1.0.0-beta1 | 2,189 | 1/7/2017 |
This version of Dora.Interception provides the following new features and enhancements:
1. Leveraging a built-in intercepting dynamic proxy class generation framework, Dora.DynamicProxy, to provide the underlying interception mechanism. Task parallel programming is greatly supported.
2. Provide the following kinds of interception mechanisms:
1). Instance based interception: The generated proxy wraps the target instance.
2). Type based interception: The generated proxy class inherits the non-sealed type.
3. Not only can interceptors be applied to methods, but they can be applied to properties, event their get or set methods.