How to resolve reference error in Visual Studio Community 2017?

1

I want to resolve a reference error when I click on a word. I used visual studio 2013 and had "resove > reference" . But in the visual studio 2017 community how can I resolve all dependencies for references?

    
asked by anonymous 08.09.2018 / 22:10

1 answer

2

In Visual Studio 2017 the way to resolve references is through the Quick Actions and Refactorings... option, which is the same as accessing the Ctrl + . shortcut.

You can also access the small bulb that appears in the vertical bar on the left side where the suggestions are shown.

    
10.09.2018 / 13:00