Info
Version: | 1.0.0-beta |
Author(s): | kzu |
Last Update: | Tuesday, January 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://clarius.org/avatar |
NuGet Url: | https://www.nuget.org/packages/Avatar |
Install
Install-Package Avatar
dotnet add package Avatar
paket add Avatar
Avatar Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bcl.HashCode(>= 1.1.0)
- System.ValueTuple(>= 4.5.0)
- System.Threading.Tasks.Extensions(>= 4.5.4)
- Castle.Core(>= 4.4.1)
- System.ComponentModel.Composition(>= 5.0.0)
Tags
Just like a dynamic proxy, with behavior driven by code.
IMyService service = Avatar.Of<IMyService>();
service.AddBehavior(...);
Built from https://github.com/devlooped/avatar/tree/e60cc54d2.