NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 252 forks source link

[Feedback] [Test Failure] “Successfully installed...” line lost in PMC when installing ‘Microsoft.EntityFrameworkCore.Tools’ package #6286

Open jainaashish opened 6 years ago

jainaashish commented 6 years ago

Repro steps:

  1. Create an ASP .NET Core Web Application (.NET Core 2.0) through "New->Project->Visual C#->.NET Core".
  2. Wait for the project restore completely.
  3. Open PMC through "Tools->NuGet Package Manager->Package Manager Console".
  4. Type “Install-Package Microsoft.EntityFrameworkCore.Tools” and hit Enter.

Expected Result: Correct install log show in Package Manager Console.

Actual Result: “Successfully installed ‘Microsoft.EntityFrameworkCore.Tools 2.0.1’ to [ProjectName].” line lost as below screenshot.

image

Note:

  1. It repro on D15.6stg (default NuGet Client Dev 4688).
  2. It repro in Output window when installing this package using PM UI.
  3. It repro in both PMC and Output window when uninstalling this package through PM UI or PMC (“Successfully uninstalled ‘Microsoft.EntityFrameworkCore.Tools 2.0.1’ from [ProjectName]” lost).
v-luzh commented 6 years ago

It had been fixed on D15.7 27515.00+NuGet Client Dev 5023.

v-luzh commented 6 years ago

It repro on both D15.8stg 27830.3000 & D15.8stg 27830.3000+NuGet Client Dev 4.8.0.5318.

v-luzh commented 6 years ago

It had been fixed on D15.9 28120.00 (default NuGet Client release-4.9.0-preview3 4.9.0.5507).