-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work] [regression] [worked-in:18.0.1]
I work on C# applications, precisely ASP.NET Webforms with solutions including several projects (a main project and some library projects). In Visual Studio 2022, hitting F12 takes the editor to the definition inside the source file: now in 2026 it opens the decompiled version of the library itself, making impossible to perform code changes on-the-fly.
I tried disabling all the options under Text Editor -> c# -> Advanced -> Go to definition but it opens always the decompiled version of the code.
I'm forced to revert back to VS2022, it's almost impossible to work in this way, it's common for me and my team to jump on the source code inside the projects using F12.
I saw some suggestions to clear all the .vs, bin and obj folders but I think is not the correct solution, I have several libraries and some configurations I don't want to lose and rebuild from scratch.
Original Comments
Feedback Bot on 11/24/2025, 03:11 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Matt Jones on 11/25/2025, 02:08 PM:
I have the same issue, Ctrl + Click is now taking me to the [Decompiled] version of a class that is already inside my solution, no idea why.
It’s making navigation very tricky indeed.
Feedback Bot on 12/1/2025, 01:33 PM:
This issue is currently being investigated. Our team will get back to you if either more information is needed, a workaround is available, or the issue is resolved.