Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2017 go to implementation not work for .net standard library

In Visual studio 2017, Go to Implementation for .net standard library not work? Go to Implementation for .net core library work fine. but for .net standard throw

The symbol has no implementations

How can I solve this problem?

like image 899
Mohammad Akbari Avatar asked Dec 08 '18 05:12

Mohammad Akbari


1 Answers

I am having the same issue after upgrading to .Net core 2.1. As work around I use

F12 then Ctrl+F12 from the Interface

Update: Seems like it is VS issue and there is no plan to be resolved soon

https://developercommunity.visualstudio.com/content/problem/111096/f12-go-to-definition-does-not-work-in-net-standard.html

like image 81
Kos Avatar answered Oct 11 '22 10:10

Kos