SaaSHub helps you find the best software and product alternatives Learn more →
Fody Alternatives
Similar projects and alternatives to Fody
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
-
-
-
-
-
-
Metalama
Metalama is a Roslyn-based meta-programming framework. Use this repo to report bugs or ask questions.
-
NTypewriter
File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
-
-
-
-
-
-
-
Metalama.Compiler
A fork of Roslyn that adds an extension point that allows for arbitrary code modifications
-
-
MiddleSchoolHelper2000
Assigned lines as a punishment? Let the MiddleSchoolHelper2000 do it for you! Lines have an arguably negative effect on the education of children. Instead, let them learn how to creatively overcome their challenges!
Fody discussion
Fody reviews and mentions
-
Metalama.Compiler VS Fody - a user suggested alternative
2 projects | 7 Dec 2023
While Fody works at binary (MSIL) level, Metalama Compiler is a fork of Roslyn and allows for AST transformations, at the C# level.
-
Metalama VS Fody - a user suggested alternative
2 projects | 7 Dec 2023
-
C# Equivalent of Python Decorators
As an alternative to PostSharp you may take a look at Fody.
-
What does Realm.Fody do?
Working with IL weaving as part of the building process is quite complex though, and this is where Fody enters into the picture. Fody is an extensible tool that allows to simplify the weaving process by taking care of all the heavy lifting.
- Automated logging
-
Code generator like plop.js for dotnet
Fodyplugins can modify exists code during compilation.
-
What do think is the most advanced C# concept that most developers will never get?
I've seen coworkers using Fody for such MSIL weaving stuff, but I have a bad feeling about this. It's a little bit like jailbreaking your phone. Cool stuff ahead, but voids warranty.
-
EntityFramework installed in customers' GAC causing bugs in our software
Implement your own (in C++/outside dotnet/CLR) IHostAssemblyManager stuff, this is the "replace/bypass how assemblies are loaded" trick. There used to be a prebuilt thing on the old old codepages, but I can't find it. I wonder if newer code/assemblie weavers such as Fody can do the similar thing?
- Coding classes be like
-
Debugging hard to track transform changes. Can I pick your brains on tool design approach?
Great place to start is https://github.com/Fody/Fody and existing 'addins' - fody does it at compile time - generally quite useful for your own code if you want to dip into aspect oriented programming.
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Oct 2024
Stats
Fody/Fody is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Fody is C#.