Info
Version: | 0.9.0.5 |
Author(s): | Konstantin Finagin |
Last Update: | Monday, August 3, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/KonstantinFinagin/MethodDecorator |
NuGet Url: | https://www.nuget.org/packages/MethodDecoratorExAsync.Fody |
Install
Install-Package MethodDecoratorExAsync.Fody
dotnet add package MethodDecoratorExAsync.Fody
paket add MethodDecoratorExAsync.Fody
MethodDecoratorExAsync.Fody Download (Unzip the "nupkg" after downloading)
Tags
Fork of https://github.com/alexeysuvorov/MethodDecorator
Supports returned Task handling on async methods, for that add void TaskContinuation(Task task) on IMethodDecorator interface.