Provides an abstract base class `AsyncInterceptor` for Castle DynamicProxy that enables the use of `async`/`await` during interception of awaitable methods.
Info
| Version: | 0.1.0 |
| Author(s): | stakx |
| Last Update: | Friday, May 1, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/stakx/DynamicProxy.AsyncInterceptor |
| NuGet Url: | https://www.nuget.org/packages/stakx.DynamicProxy.AsyncInterceptor |
Install
Install-Package stakx.DynamicProxy.AsyncInterceptor
dotnet add package stakx.DynamicProxy.AsyncInterceptor
paket add stakx.DynamicProxy.AsyncInterceptor
stakx.DynamicProxy.AsyncInterceptor Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.4.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
Tags