mirror of
https://github.com/Nightmare-Eclipse/MiniPlasma.git
synced 2026-05-26 15:10:50 +00:00
6 lines
394 B
Markdown
6 lines
394 B
Markdown
### 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.
|
|
|
|
For more information about the Fody project see https://github.com/Fody/Home
|
|
|