Powered by Castle Core, the AdapterInterceptor enables the generation of efficient dynamic proxies for proxying or adapting invocation contracts without requiring virtual methods on the target.
Info
Version: | 1.0.3 |
Author(s): | Aleksander Kovač |
Last Update: | Sunday, October 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/com.github.akovac35.AdapterInterceptor |
Install
Install-Package com.github.akovac35.AdapterInterceptor
dotnet add package com.github.akovac35.AdapterInterceptor
paket add com.github.akovac35.AdapterInterceptor
com.github.akovac35.AdapterInterceptor Download (Unzip the "nupkg" after downloading)
Dependencies
- com.github.akovac35.AdapterInterceptor.Abstractions(>= 1.0.3)
- Castle.Core(>= 4.4.1)
- Microsoft.CSharp(>= 4.7.0)
- com.github.akovac35.Logging(>= 1.1.2)
Tags