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

Packages added via nuget.exe add cannot be restored on Linux \ OSX #2383

Closed
pranavkm opened this issue Mar 23, 2016 · 3 comments
Closed

Packages added via nuget.exe add cannot be restored on Linux \ OSX #2383

pranavkm opened this issue Mar 23, 2016 · 3 comments
Labels
Platform:Xplat Resolution:NotRepro We are not able to reproduce this problem. Better steps would be helpful. Type:Bug
Milestone

Comments

@pranavkm
Copy link
Contributor

Repro steps:

  • Build a package and publish it using nuget.exe add -source $TESTDIR
  • Attempt to restore the package using dotnet restore (version 1.0.0-beta-001718)

Package will fail to restore. Using dnu restore to publish the package works in this instance. The issue is likely the path normalization that is done during add. The v3 local package repo has to account for this (https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Core/NuGet.Repositories/NuGetv3LocalRepository.cs#L54).

@emgarten
Copy link
Member

emgarten commented Apr 4, 2016

NuGet needs to normalize on install also, this is still an issue there.

@emgarten
Copy link
Member

emgarten commented Apr 4, 2016

Flat folders also have this issue.

@joelverhagen joelverhagen removed their assignment Nov 9, 2017
@emgarten emgarten modified the milestones: Future-1, 4.7 Feb 2, 2018
@emgarten emgarten added the Resolution:NotRepro We are not able to reproduce this problem. Better steps would be helpful. label Feb 2, 2018
@emgarten
Copy link
Member

emgarten commented Feb 2, 2018

This should be fixed. Please yell if you are still hitting this.

@emgarten emgarten closed this as completed Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform:Xplat Resolution:NotRepro We are not able to reproduce this problem. Better steps would be helpful. Type:Bug
Projects
None yet
Development

No branches or pull requests

4 participants