Heys all, I’ve tried to use NRefactory(Vb) https://github.com/icsharpcode/NRefactory/ but it didn’t come with mono.cecil.dll so i downloaded that too, but when i merged it together the versions seem
to be off (i had error Mono.Collections missing class)
does anyone seem to be able to get NRefactory working?
Edit:
btw i’ve changed to Mono.Cecil 0.9.4. However when i try to build ICSharpCode.NRefactory i had some errors:
Error 6 'Mono.Cecil.PInvokeInfo' does not contain a definition for‘IsBestFitDisabled’ and no extension
method ‘IsBestFitDisabled’ accepting a
first argument of type
‘Mono.Cecil.PInvokeInfo’ could be
found (are you missing a using
directive or an assembly
reference?) C:\Users\Joseph\Desktop\Test\NRefactory\ICSharpCode.NRefactory\TypeSystem\CecilLoader.cs 376 14 ICSharpCode.NRefactory
post)
In the new Version the Method IsBestFitDisabled now is called: IsBestFistDisabled
The got an extra “s” inside… 🙂