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

.NET CLI should look for restored assets using lowercase paths #5983

Closed
joelverhagen opened this issue May 4, 2016 · 2 comments
Closed

.NET CLI should look for restored assets using lowercase paths #5983

joelverhagen opened this issue May 4, 2016 · 2 comments
Assignees
Milestone

Comments

@joelverhagen
Copy link
Member

I'm working on an effort to make the package ID and version components of file paths generated by NuGet case insensitive. The most prevalent example of this is packages within the global packages folder (e.g. ~/.nuget/packages/{id}/{version}). This effort requires changes in NuGet , .NET CLI, and DotNetHost. The associated NuGet item is here:
NuGet/Home#2522

Work in .NET CLI is:

  1. When CLI is looking for restored assets, use lowercase paths (ideally using NuGet APIs or the lock file path property).
  2. Include the path property in the .deps.json file.
@TheRealPiotrP
Copy link
Contributor

@joelverhagen I just added this to the RTM milestone.

@joelverhagen
Copy link
Member Author

This is fixed is complete with @eerhardt's work in feature/msbuild and by dotnet/cli#4053, which lays the groundwork for DotNetHost.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the 1.0.0-rtm milestone Jan 31, 2020
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

3 participants