Top 20 NuGet cecil Packages

A Fody add-in to make members protected.
Use this addin to unseal sealed types. The most obvious usage of this is when working with F# records and an ORM like Entity Framework or NHibernate. Or if you want to create a dynamic proxy. All of the previously listed scenarios require you in some cases to have an object can be proxied, requ...
A Nuget Fody plugin for converting dictionary members into class level properties This is a fody add-in that helps transfering Dictionary<string,object> type of data structures into C# properties. The reason for this i to have a Dictionary a like repository with strongly typed content. ...
This library provides additional scanners for 'NCode.Scanners' that uses 'Cecil' to inspect assemblies and types without loading them into the current AppDomain.
Compiles regular expressions as part of the build process for improved performance and validation
Adds the ability to specify the assembly MVID (Module Version Id)
Inject Static Id for Factory Pattern.
Fork of Janitor.Fody that wants to be more explicit.
Fody add-in for embedding references as resources.
Compile-time dependency injection Fody add-in.
A Fody library that makes private setters public.
Compile time IL weaver for AOP implementation.
Fody add-in for weaving NUnit Timeout tags on the TestFixture classes with a global maximum. Depending on your setting the slow unit tests are going to fail after the timeout period. The goal is to catch all incorrectly written NUnit tests and to force them to execute quickly. This will provi...
Fody add-in that allows EntityFramework complex properties to be saved in serialized form.
Fork of StampSvn.Fody. Stamps an assembly with svn information.
A Fody add-in for generating fast shallow clone methods
Substitute types with other types to e.g. intercept generated code.