Interceptor.AOP 1.2.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Interceptor.AOP --version 1.2.4
                    
NuGet\Install-Package Interceptor.AOP -Version 1.2.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Interceptor.AOP" Version="1.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Interceptor.AOP" Version="1.2.4" />
                    
Directory.Packages.props
<PackageReference Include="Interceptor.AOP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Interceptor.AOP --version 1.2.4
                    
#r "nuget: Interceptor.AOP, 1.2.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Interceptor.AOP&version=1.2.4
                    
Install Interceptor.AOP as a Cake Addin
#tool nuget:?package=Interceptor.AOP&version=1.2.4
                    
Install Interceptor.AOP as a Cake Tool

📦 Interceptor.AOP

NuGet NuGet Downloads License: MIT

Una librería ligera y extensible para aplicar Aspect-Oriented Programming (AOP) en aplicaciones .NET, usando interceptores automáticos basados en DispatchProxy.

Ideal para centralizar lógica transversal como reintentos, validaciones, cacheo, auditoría, y manejo de errores sin contaminar la lógica de negocio.


🎯 Propósito

Centralizar y estandarizar:

  • 🛡️ Manejo de excepciones con contexto
  • 🔁 Reintentos y circuit breaker con Polly
  • 🧪 Validaciones automáticas con DataAnnotations
  • ⏱️ Medición de tiempo de ejecución
  • 🔐 Cacheo en memoria por método
  • 📝 Logging estructurado y auditoría completa

🚀 Características

✔️ Soporte para métodos síncronos y asincrónicos (Task, Task<T>)
✔️ Decoración por atributos: fácil de aplicar, sin modificar código existente
✔️ Totalmente extensible: desacoplado y adaptable
✔️ Compatible con ILogger<T>, IMemoryCache, y Polly
✔️ Ideal para microservicios, APIs, backend robusto


🧱 Instalación

Desde NuGet:

dotnet add package Interceptor.AOP
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Interceptor.AOP:

Package Downloads
Interceptor.AOP.AspNetCore

Integración ASP.NET Core para la librería Interceptor.AOP con soporte automático de interceptores AOP en servicios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.11 132 5/1/2025
1.3.10 138 5/1/2025
1.3.9 136 5/1/2025
1.3.8 168 4/22/2025
1.3.7 151 4/22/2025
1.3.6 156 4/22/2025
1.2.6 205 4/18/2025
1.2.5 191 4/18/2025
1.2.4 193 4/18/2025
1.2.3 185 4/18/2025
1.2.2 189 4/17/2025
1.2.1 191 4/17/2025
1.2.0 185 4/17/2025
1.1.2 201 4/15/2025
1.1.1 190 4/15/2025
1.1.0 196 4/15/2025
1.0.2 194 4/15/2025
1.0.1 207 4/15/2025
1.0.0 191 4/15/2025