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
When using the new 'reference assembly' feature of the compiler, the IDE takes you to the metadata view when using 'Go To Definition' and displays a dialog indicating "The symbol has no implementations" when using 'Go To Implementation'
I would expect the IDE to be 'aware' of this feature and to still take you to the source file in the solution.
The text was updated successfully, but these errors were encountered:
This is unrelated to the actual features, and is more about what the project-system/workspace do here. It sounds like they're attaching ref-assemblies as actual assemblies, instead of as P2P references. Tagging @jasonmalinowski
@tannergooding I just tested this with 15.3 Preview 6 and both Go To Definition and Go To Implementation were working as expected. I enabled the feature like this for testing:
When using the new 'reference assembly' feature of the compiler, the IDE takes you to the metadata view when using 'Go To Definition' and displays a dialog indicating "The symbol has no implementations" when using 'Go To Implementation'
I would expect the IDE to be 'aware' of this feature and to still take you to the source file in the solution.
The text was updated successfully, but these errors were encountered: