Feature Request - FUSLOGVW functionality
JohnRedGater
Posts: 17
It would be nice if smart assembly added a feature that would show the assembly loading and binding process similar to FUSLOGVW when testing a build. I could simply be instrumentation code that is injected into assembly and when it executes it displays a text or graphical window detailing the assembly binding process. This of course would only be used to debugging purposes but would save developers from the tedious FUSLOGVW.
Comments
Just to see if it would be an easy win, I checked the docs on Microsoft's Fusion API and it doesn't seem to me that it provides an interface to get at .NET's probing/binding activities.