Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompiled sources from VB to C# displaying non-disassembled VB #25159

Closed
vsccarl opened this issue Mar 1, 2018 · 1 comment
Closed

Decompiled sources from VB to C# displaying non-disassembled VB #25159

vsccarl opened this issue Mar 1, 2018 · 1 comment

Comments

@vsccarl
Copy link

vsccarl commented Mar 1, 2018

Version Used:
d15.6\27420.01
Steps to Reproduce:
Enable navigation to decompiled sources Tools -> Options -> Text Editor -> C# -> Advanced

  1. Create a C# class library with the code:
    public static int AbsoluteValue(int input) => Math.Abs(input);
  2. Build and close this solution
  3. Create a new VB project and add a reference to the above built .dll
  4. Add a call to AbsoluteValue
  5. Place the caret on the call, F12 to go to definition

Expected Behavior:
Navigation to the decompiled source is displayed in C# with full disassembly.
Actual Behavior:
Navigation to the decompiled source is displayed in VB without full disassembly.

@CyrusNajmabadi
Copy link
Member

Closing out due to lack of feedback on this issue.

@CyrusNajmabadi CyrusNajmabadi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2024
@dotnet dotnet locked as resolved and limited conversation to collaborators Oct 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants