Siegfried Pammer

Results 199 comments of Siegfried Pammer

> It would be useful for ILSPY to warn you when it is unable to determine the correct assembly to use (the comments it inserts into the code are not...

Thank you for proposing this feature! It definitely looks interesting, some notes/comments from my side: * I am currently working on #3068 which will most likely require some refactoring in...

@fowl2 if you don't mind, I will be taking your branch and add the missing things, clean it up, etc. and push my changes here for further discussion...

Note: looking at the code, it seems it does not support showing nested type references.

One problem with getting nice member signatures in the tree view is that we probably want to show all members even those from assemblies that are not resolvable. So probably...

Thank you for proposing and implementing this feature. Sorry that it took so long to get this merged.

I tried reproducing this using latest master, but cannot reproduce it anymore. Also tried 8.0.0.7444, but could not reproduce the problem.

Can you share the project you used to create this? The data stored in the resources stream does not resemble anything that looks like an icon. Thanks!

> I want to create a MetadataReference based on the PE bytes like:\n\nMetadataReference.CreateFromImage(bytes); @StefH How is your question related to ILSpy or WebCIL support in ILSpy? We don't use Roslyn's...