Skip to content
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

[Test Failure] Installing PackageReference based package made the ‘Default project’ empty #7315

Closed
v-longmin opened this issue Sep 21, 2018 · 2 comments
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue

Comments

@v-longmin
Copy link

v-longmin commented Sep 21, 2018

Details about Problem

NuGet Version: Dev-ragrawal-4.0rtmwithfix\4.0.1.5510
VS Version: d15rtwsvc\26228.55
OS Version: Build 17134.rs4_release.180410-1804

Detailed repro steps

  1. Launch VS, create a new WPF App (.Net Framework) project.
  2. Open PMC through Tools -> NuGet Package Manager -> Package Manager Console.
  3. Select PackageReference format as default package management format in Package Manager Settings dialog.
  4. Type “Install-Package Newtonsoft.json –Version 10.0.1” in PMC and execute it.
  5. Check the Default project.

Excepted

The ‘Default project’ show the project name correctly.

Actual

The ‘Default project’ is empty after executing step3 as below screenshot.
default project

@rohit21agrawal
Copy link
Contributor

this issue was fixed in 4.1, so not applicable to this release of VS (related issue: #4315 ).

@v-longmin Just to make sure, does this behavior repro in d15rtwsvc without the VSIX installed?

@jainaashish jainaashish added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Sep 21, 2018
@v-longmin
Copy link
Author

@rohit21agrawal Yes,it also repro in d15rtwsvc 26228.55 without the VSIX installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants