You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempt to make a stab at the marshalling null values for COM, but stuck with producing correct IL. I decide that I'm smart guy and can enable debugging of the DependencyGraph. I'm not sure if this was correct decision, but that's not root cause of the issue which I encounter.
I attempt to make a stab at the marshalling null values for COM, but stuck with producing correct IL. I decide that I'm smart guy and can enable debugging of the DependencyGraph. I'm not sure if this was correct decision, but that's not root cause of the issue which I encounter.
So I start follow Documentation\how-to-debug-compiler-dependency-analysis.md
<IlcGenerateDgmlFile>true</IlcGenerateDgmlFile>ILCompiler-DependencyGraph-Viewer.slndotnet publishas adminILCompiler-DependencyGraph-Viewerinside VSevents was not there.
Under debugger, line below return false into
restartedvariable.corert/src/ILCompiler.DependencyAnalysisFramework/ILCompiler-DependencyGraph-Viewer/Program.cs
Line 258 in 7f4555b
I suspect that this is related to enabling ETW somehow, or maybe I miss some other step?