icsharpcode / NRefactory

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

Upgrade to latest Cecil #528

Closed joj closed 7 years ago

joj commented 7 years ago

I don't know if this was commented before (I couldn't find it in issues) but the only thing that needs to happen to upgrade to the latest cecil is to change this line: https://github.com/icsharpcode/NRefactory/blob/master/ICSharpCode.NRefactory.Cecil/CecilLoader.cs#L934 to: foreach (TypeReference iface in typeDefinition.Interfaces.Select(i => i.InterfaceType))

If you guys want I can submit that change. I don't want to do it without asking first.

Thanks, joj

joj commented 7 years ago

Disregards; this is already covered in https://github.com/icsharpcode/NRefactory/pull/527