
Nrefactory is the c# analysis library used in the sharpdevelop and monodevelop ides. it allows applications to easily analyze both syntax and semantics of c# programs. it is quite similar to microsoft's roslyn project; except that it is not a full compiler ?? nrefactory only analyzes c# code, it does not generate il code.
this package contains the mono.cecil back-end for the nrefactory library.