assembly aka extern aliases #2441
-
Hi, I was recently reviewing an assembly that relies on assembly aliases (see also extern alias (C# Reference)) to access types in assemblies having the same fully qualified name but of different version. I noticed that ILSpy displays the types of the different versions to look exactly the same i.e. couldn't tell that they were different while they were. Clicking each of them with the mouse pointer navigated to the correct version, so that is good. I wondered whether this could be an improvement and before submitting an issue wanted to ask if others think similarly. I did not find an issue or discussion that seems to cover this topic already, hence the new discussion. It's nothing critical as using assembly aliases is not a common thing I guess. It's also not showing something incorrectly, it's just ambiguity in the UI. Details:ILSpy version 7.1.0.6543 ILSpy disassembly:
Actual code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have created #2442 to track this. Thank you for the suggestion! |
Beta Was this translation helpful? Give feedback.
I have created #2442 to track this. Thank you for the suggestion!