Found 51 packages
Fody add-in to decorate arbitrary methods to run code before and after invocation.
Logging of method's executions in aspect approach for types registered in Windsor container
Logging of method's executions in aspect approach
The New Relic .NET Agent API supports custom error and metric reporting, custom transaction parameters, custom instrumentation of methods with attributes, and more. If the agent is not installed or is disabled, method invocations of this API will have no effect. You can find more information about the API at https://docs.newrelic.com/docs/apm/agents/net-agent/net-agent-api/guide-using-net-agent-api.
Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/Fody/MethodDecorator. Aspect parameters, aspect priority, partial decoration, method execution bypass.
NOTE: access to original fody package is restored, please find latest versions on https://www.nuget.org/packages/MethodDecorator.Fody/ this nuget package is not more supported. Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/Fody/MethodDecorator
Fody add-in that provides custom interception. Supports Net45, NetStandard2.0 and UWP. Method, Property, Constructor and Field interceptors can be found in the package Cauldron.BasicInterceptors (https://www.nuget.org/packages/Cauldron.BasicInterceptors/)
Package Description
Custom interceptors for Cauldron.Interception.Fody that provides method, property, field and constructor interception.
Fody add-in to decorate arbitrary methods to run code before and after invocation
Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/alexeysuvorov/MethodDecorator Supports returned Task handling on async methods, for that add void TaskContinuation(Task task) on IMethodDecorator interface.
A Type extension which allows the invocation of a generic method specifying the generic type at runtime. eg. If a method's signature is: void MyMethod<T>() you can use InvokeGenericMethod(instance, runtimeType, "MyMethod") to invoke it with any type.
Provides a faster alternative to calling `.Invoke` on `System.Reflection.MethodInfo` by separating the binding and invocation stages.
A dynamic lazy proxy is a class built in real time, that implemenets some interface T, takes to the constructor an argument Lazy of T and routes all invocations to the corresponding method or property of this argument. The real instance wrapped by Lazy of T is created only after the first invocation of method or property. It allows to distribute the loading from the class creation to the method or property invocation.
ActualLab.Interception - IProxy, Invocation, and other types enabling method call interception via ActualLab.Generators.
Lightweight and simple TCP client-server .NET library with RMI support.
The ImplementFactory component automatically scans interface type members, automatically assembles interface instances for interface type members, Convenient and quick implementation of dependency injection (IoC inversion control) mechanism , interface-oriented operation data sources, implements interface instance loading interception, interface method invocation interception, and corresponding exception interception and provides an effective solution. for example: https://github.com/daijiu77/ImplementFactory-simple-example.git
A reflection utility containing handy extension methods and a utility for emitting IL (Intermediate Language) code using the ILGenerator.
A simple library that uses a wrapper class for executing Delegate functions. This makes developing easier when using Action and Func classes. Instead of using just a Delegate class which may be hard to identify a return type (if any) and/or parameters (if any), and troubles with acting invocation, you can use this library instead.
The ImplementFactory component is suitable for .Net core >=3.1 environment. The ImplementFactory component automatically scans interface type members, automatically assembles interface instances for interface type members, Convenient and quick implementation of dependency injection (IoC inversion control) mechanism , interface-oriented operation data sources, implements interface instance loading interception, interface method invocation interception, and corresponding exception interception and provides an effective solution. for example: https://github.com/daijiu77/ImplementFactory-simple-example.git