MethodDecorator.Fody
0.6.0
See the version list below for details.
dotnet add package MethodDecorator.Fody --version 0.6.0
NuGet\Install-Package MethodDecorator.Fody -Version 0.6.0
<PackageReference Include="MethodDecorator.Fody" Version="0.6.0" />
paket add MethodDecorator.Fody --version 0.6.0
#r "nuget: MethodDecorator.Fody, 0.6.0"
// Install MethodDecorator.Fody as a Cake Addin #addin nuget:?package=MethodDecorator.Fody&version=0.6.0 // Install MethodDecorator.Fody as a Cake Tool #tool nuget:?package=MethodDecorator.Fody&version=0.6.0
Fody add-in to decorate arbitrary methods to run code before and after invocation
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (18)
Showing the top 5 NuGet packages that depend on MethodDecorator.Fody:
Package | Downloads |
---|---|
Weaving.Aspects
Aspects is a AOP tool based on Fody, that allow you to encapsulate your code with attributes.. |
|
MethodDecorator.Fody.VS2015
My package description. |
|
Twinkle.View
Modern PageObject implementation for UI testing |
|
finlang
Fin is an experimental programming language for embedded developers. |
|
PagSeguro.DotNet.Sdk
Fluent Client para APIs PagSeguro |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MethodDecorator.Fody:
Repository | Stars |
---|---|
OpenSagas-csharp/servicecomb-pack-csharp
The .NET omega agent for Apache incubator-servicecomb-saga https://github.com/apache/servicecomb-pack
|
The marker type can now be either an interface or a class. If it's an interface, it should be called IMethodDecorator. If it's a class, it should be called MethodDecoratorAttribute (although it doesn't strictly have to derive from System.Attribute). This allows specifying the implementation of the attribute in a separate assembly, while still being able to find the marker type. Also improved generation of IL for methods that contain multiple RET instructions.