icsharpcode / NRefactory

NRefactory - Refactoring Your C# Code
684 stars 261 forks source link

Swap to Cecil from NuGet. #527

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

This is up for discussion. In MonoDevelop, we're switching to Cecil 0.10, and the best option for now is to switch to using NuGet.

See http://cecil.pe/ for breaking changes. I'm assuming that we don't want to handle ownership of AssemblyDefinition/ModuleDefinition, so that falls onto the hands of the user of LoadAssembly/LoadModule APIs