• Stars
    star
    4,224
  • Rank 9,733 (Top 0.2 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 12 years ago
  • Updated 18 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extensible tool for weaving .net assemblies

AppVeyor Chat on Gitter NuGet Status Patrons on Open Collective

Extensible tool for weaving .net assemblies

Manipulating the IL of an assembly as part of a build requires a significant amount of plumbing code. This plumbing code involves knowledge of both the MSBuild and Visual Studio APIs. Fody attempts to eliminate that plumbing code through an extensible add-in model.

This is the codebase of core Fody engine. For more information on the larger Fody project see https://github.com/Fody/Home.

See Milestones for release notes.

Already a Patron? skip past this section

Community backed

Fody requires significant effort to maintain. As such it relies on financial support to ensure its long term viability.

It is expected that all developers using Fody become a Patron on OpenCollective.

See Licensing/Patron FAQ for more information.

Gold Sponsors

Support this project by becoming a Gold Sponsor. A large company logo will be added here with a link to your website.

PostSharp

Silver Sponsors

Support this project by becoming a Silver Sponsor. A medium company logo will be added here with a link to your website.

G-Research Particular Software

Bronze Sponsors

Support this project by becoming a Bronze Sponsor. The company avatar will show up here with a link to your OpenCollective Profile.

Patrons and sponsors

Thanks to all the backers and sponsors! Support this project by becoming a patron.

Documentation and Further Learning

Contributors

This project exists thanks to all the people who contribute.

More Repositories

1

Costura

Embed references as resources
C#
2,308
star
2

PropertyChanged

Injects INotifyPropertyChanged code into properties at compile time
C#
1,820
star
3

NullGuard

Adds null argument checks to an assembly
C#
684
star
4

Home

The landing page for Fody repositories
C#
640
star
5

MethodTimer

Injects some very basic method timing code.
C#
619
star
6

ConfigureAwait

Configure async code's ConfigureAwait at a global level
C#
439
star
7

MethodDecorator

Compile time decorator pattern via IL rewriting
C#
355
star
8

Anotar

Simplifies logging through a static class and some IL manipulation.
C#
257
star
9

Equals

Generate Equals, GetHashCode and operators methods from properties.
C#
109
star
10

AsyncErrorHandler

An extension for Fody to integrate error handling into async and TPL code
C#
103
star
11

FodyAddinSamples

A working sample for each Fody Addin
C#
90
star
12

ToString

Generate ToString method from public properties.
C#
78
star
13

Janitor

Simplifies the implementation of IDisposable
C#
75
star
14

Ionad

Replaces static method calls.
C#
68
star
15

InfoOf

Provides methodof, propertyof and fieldof equivalents of typeof .
C#
65
star
16

Virtuosity

Change all members to virtual as part of your build.
C#
60
star
17

PropertyChanging

Injects INotifyPropertyChanging code into properties at compile time.
C#
53
star
18

ExtraConstraints

Facilitates adding constraints for Enum and Delegate to types and methods.
C#
47
star
19

Visualize

Adds debugger attributes to help visualize objects.
C#
43
star
20

Caseless

Change string comparisons to be case insensitive.
C#
40
star
21

Resourcer

Simplifies reading embedded resources from an Assembly.
C#
37
star
22

LoadAssembliesOnStartup

Loads all the references on startup by actually using the types in the module initializer.
C#
36
star
23

Obsolete

Helps keep usages of ObsoleteAttribute consistent.
C#
32
star
24

EmptyConstructor

Adds an empty constructor to classes even if you have a non-empty one defined.
C#
29
star
25

Scalpel

Strips all testing code from an assembly
C#
27
star
26

AssertMessage

Add 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.
C#
22
star
27

Publicize

Converts non-public members to public hidden members
C#
12
star
28

UniversalAppSample

C#
7
star
29

.github

1
star