Compile time decorator pattern via IL rewriting
☆404Mar 4, 2025Updated last year
Alternatives and similar repositories for MethodDecorator
Users that are interested in MethodDecorator are comparing it to the libraries listed below
Sorting:
- A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions.☆298Nov 26, 2024Updated last year
- Simplifies logging through a static class and some IL manipulation.☆262Jan 12, 2025Updated last year
- Add 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.☆22Jan 16, 2025Updated last year
- Extensible tool for weaving .net assemblies☆4,522Aug 21, 2025Updated 6 months ago
- Adds debugger attributes to help visualize objects.☆42Jan 16, 2025Updated last year
- Loads all the references on startup by actually using the types in the module initializer.☆38Mar 11, 2026Updated last week
- An extension for Fody to integrate error handling into async and TPL code☆107May 5, 2025Updated 10 months ago
- Injects some very basic method timing code.☆778May 7, 2025Updated 10 months ago
- A working sample for each Fody Addin☆99May 5, 2025Updated 10 months ago
- Generate ToString method from public properties.☆84Jan 16, 2025Updated last year
- Configure async code's ConfigureAwait at a global level☆455Mar 2, 2026Updated 2 weeks ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Jan 16, 2025Updated last year
- Change all members to virtual as part of your build.☆63Oct 7, 2025Updated 5 months ago
- Replaces static method calls.☆67Jan 16, 2025Updated last year
- Adds null argument checks to an assembly☆683Dec 18, 2025Updated 3 months ago
- Adds an empty constructor to classes even if you have a non-empty one defined.☆28Jan 16, 2025Updated last year
- Adds a module initializer to an assembly.☆113Jul 10, 2022Updated 3 years ago
- The landing page for Fody repositories☆717Mar 10, 2026Updated last week
- Fody weaver that provides powerful CIL manipulation tools, including C# mixin functionality☆21Mar 8, 2019Updated 7 years ago
- A helper library for async/await.☆3,712Jan 1, 2024Updated 2 years ago
- Generate Equals, GetHashCode and operators methods from properties.☆112Oct 7, 2025Updated 5 months ago
- Helps keep usages of ObsoleteAttribute consistent.☆34Feb 5, 2026Updated last month
- Implements the Freezable pattern as part of your build☆20Apr 4, 2019Updated 6 years ago
- Roslyn analyzers for IDisposable☆423Jun 19, 2024Updated last year
- Manages launching and cleanup of diff tools☆231Updated this week
- Simplifies reading embedded resources from an Assembly.☆39Oct 7, 2025Updated 5 months ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Mar 4, 2025Updated last year
- Enums.NET is a high-performance type-safe .NET enum utility library☆1,834Oct 5, 2025Updated 5 months ago
- A library and Debugger Visualizer which translates Expression Trees into readable C# source code. .NET 3.5+ and .NET Standard 1.0+.☆413Updated this week
- .NET aspect weaver (build task under NuGet package)☆321Mar 2, 2026Updated 2 weeks ago
- Disposable, without the Using☆21Feb 11, 2019Updated 7 years ago
- Injects INotifyPropertyChanged code into properties at compile time☆1,963Aug 21, 2025Updated 6 months ago
- Tracing rewriter using Fody☆93Sep 7, 2022Updated 3 years ago
- Fody-based proxy generator with support for async patterns☆30Mar 28, 2020Updated 5 years ago
- Compile time decorator pattern via IL rewriting☆15Apr 19, 2015Updated 10 years ago
- AOP framework for .NET (c#, vb, etc)☆826Sep 13, 2025Updated 6 months ago
- C# expressions interpreter☆2,206Feb 9, 2026Updated last month
- Change string comparisons to be case insensitive.☆41Mar 11, 2025Updated last year
- Post compile tool using Fody to implement the double check locking pattern.☆25Jan 31, 2019Updated 7 years ago