This commit is contained in:
nctu6
2026-05-25 15:47:26 +08:00
commit 136c00b490
216 changed files with 83208 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
### 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