Search code examples
c#.netattributesaoppostsharp

Free analogue of the PostSharp required


I have heard of PostSharp, but I am wondering if there are any other similar tools - anything analogous to PostSharp?

Are there any libraries that could be used as an alternative to PostSharp? Any other tools that can post-process an assembly and inject code based on attributes?

Any free and/or open source alternatives to PostSharp would be especially interesting.

Thank you.


Solution

  • There's CciSharp, but it's not really production quality yet.

    P.S. By "not production quality", I don't mean you can't use it in production (you certainly can), but rather that the program and its API are part of a library (CCI) that has regular compatibility-breaking updates.