SLaks / Ref12

Sends F12 in Visual Studio to the new .Net Reference Source Browser
http://visualstudiogallery.msdn.microsoft.com/f89b27c5-7d7b-4059-adde-7ccc709fa86e
74 stars 21 forks source link

Doesn't work in a .NET Core project in VS2019 Community Edition #37

Open monrealis opened 4 years ago

monrealis commented 4 years ago

I can see only metadata after clicking "Go To Definition" or "Go To Definition - Native". See the video attached (can be played in a Microsoft Explorer). 2020-04-02_2347.zip

antoanelenkov commented 4 years ago

Same here. the extension does not work with Visual Studio 2019 Community

Gav-Brown commented 4 years ago

@monrealis I've not viewed your video, but the metadata issue is due to .NET Standard and .NET Core, rather than Visual Studio edition. Unfortunately this extension only supports .NET Framework at the current time. See #34 for a suggested workaround, and https://github.com/KirillOsenkov/SourceBrowser/issues/106#issuecomment-468452562 for a more detailed discussion.