You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As more and more .NET libraries lock their source behind closed doors, and after 20K hours and 400K lines of code, we're going the other way. We’re going open source, and chose the permissive MIT license like the rest of .NET.
Metalama is the most advanced meta-programming framework for C.# Built on Roslyn, not obsolete IL hacks, it empowers developers with:
Code generation - with C#-to-C# code templates -- much easier than source generators
Aspect-oriented programming - add behaviors to hand-written code (not limited to adding partial classes)
Architecture validation - declaratively with LINQ-like code
Custom code fix authoring - using the full power of code templates
Discover why this is so meaningful for the .NET community in this blog post.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As more and more .NET libraries lock their source behind closed doors, and after 20K hours and 400K lines of code, we're going the other way. We’re going open source, and chose the permissive MIT license like the rest of .NET.
Metalama is the most advanced meta-programming framework for C.# Built on Roslyn, not obsolete IL hacks, it empowers developers with:
Discover why this is so meaningful for the .NET community in this blog post.
Beta Was this translation helpful? Give feedback.
All reactions