NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 250 forks source link

Installing package into VB project does not work properly #7187

Open eschneider999 opened 6 years ago

eschneider999 commented 6 years ago

Visual Studio Pro 15.7.6 Nuget Package Manager 4.6.0

Added a package but the reference is not show.

Worked before? not for me

Detailed repro steps so we can see the same problem

  1. Create new .net framework 4.6.1 class lib VB project. (maybe it works in c#, but doubt it)

  2. Add my package: Symbiotic_Micro_ORM_Net_Standard_x64 2.1.5

No reference is shown, and cant be used. I either have to close/reopen project or hit refresh on the references node in solution explorer . nugetissue_noref

eschneider999 commented 6 years ago

have you confirmed it works in a c# project?

eschneider999 commented 6 years ago

nugetissue_noref_cs

Same thing happens in C# In c# if I open/close the project it still is not in the references. If I hit refresh on the references node, it then shows.