Siegfried Pammer
Siegfried Pammer
Why was this closed? I would be interested in using AvalonStudio.Shell as nuget package. I downloaded the source code from the separate repository, but it is very hard to integrate...
> but it understandably doesn't clean up the other indirect accesses of the class members that go through the compiler-generated object The compiler-generated classes are handled by `TransformDisplayClassUsage`. Sorry, I...
> We understand that you don't target versions this old so we aren't treating this as a bug report, but more as a request for comment I don't remember explicitly...
This looks like delegate construction was not detected properly. Would you be able to provide us with the assembly?
Thank you for your contribution!
Related #2387, #828 and #1175.
Seems like this assembly was not created using a compiler for managed programming languages (C#, F#, VB.NET, etc.) ILSpy cannot read unmanaged binaries. You will have to use a decompiler/diassembler...
I am not sure, whether this is an error or just a request for "visual improvement"... The generated XML looks fine to me.
The XML file indeed contains the '>' unescaped. I think this is due to us reading the whole XML file using `XmlTextReader` and caching/indexing all the entries. `XmlTextReader` seems to...
We may be able to fix this by switching to https://github.com/KirillOsenkov/XmlParser instead of using XmlTextReader.