-
Notifications
You must be signed in to change notification settings - Fork 21
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
NetStandard support #34
Comments
This is tricky, because VS reports types as they're defined in Reference Assemblies, which does not match the actual source. There is no way for the extension to bring you to projects like System.Private.CorLib. |
Suggested interim solution, change request for Ref12, on KirillOsenkov/SourceBrowser#106 (comment) |
@SLaks As an interim solution, for .NET Standard and .NET Core projects, could Ref12 be altered to open source.dot.net with the search parameter set to the fully qualified method name This isn't as streamlined as opening the source page directly, but is close, and adds more value than the metadata. |
This is desperately needed. |
Ref12 with NetCore Support for VS 2017/2019/2022 are available on Visual Studio Marketplace now, searching in the marketplace with keywords |
Could we get support for netstandard? F12 on a clr type in a project that's using netstandard brings you to the metadata information.
The text was updated successfully, but these errors were encountered: