jbevain
NuGet publisher profile
Packages (4)
Mono.Cecil
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
Mono.Reflection
Complement for System.Reflection, including an IL disassembler.
Mono.Linq.Expressions
Complement for System.Linq.Expressions, including a C# writer, useful custom Expression nodes and extension methods.
Mono.Net.HttpListener
A fully managed HttpListener implementation extracted from Mono. It's not as complete as the .net implementation of System.Net.HttpListener, but it doesn't require Administrator rights to listen on all interfaces, making it perfect to serve http content for test servers.