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

Multiple NU1603 warnings in Error List for the same issue #5734

Closed
mishra14 opened this issue Aug 10, 2017 · 2 comments
Closed

Multiple NU1603 warnings in Error List for the same issue #5734

mishra14 opened this issue Aug 10, 2017 · 2 comments

Comments

@mishra14
Copy link
Contributor

Details about Problem

NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe): VS

NuGet version (x.x.x.xxx): 4.4.0.4365

VS version (if appropriate): d15rel 26730.0

Detailed repro steps so we can see the same problem

  1. Create new net core console app (ProjA)

  2. Add a new net core class library to the solution (ProjB)

  3. Add project reference to ProjB

  4. Add the following to ProjB.csproj

  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="10.0.0" />
  </ItemGroup>
  1. Restore solution.

Actual Behavior

2 warnings are generated in the VS Error List

Expected Behavior

Only one warning should be generated for ProjB.csproj

@nkolev92
Copy link
Member

nkolev92 commented Nov 9, 2017

@mishra14
Any updates here?
Did anything change? Still needs worked on?

@nkolev92
Copy link
Member

nkolev92 commented Jan 29, 2019

This has been long fixed.
I have verified this in 4.9.3 and 5.0 previews.

@nkolev92 nkolev92 modified the milestones: Backlog, 4.5 Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants