- Notifications
You must be signed in to change notification settings - Fork 266
Closed
NuGet/NuGet.Client
#2901Labels
Category:Quality WeekIssues that should be considered for quality weekIssues that should be considered for quality weekFunctionality:PackPlatform:XplatType:Bug
Milestone
Description
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe):
dotnet.exe
NuGet version (x.x.x.xxx):
5.2.0.6020
dotnet.exe --version (if appropriate):
3.0.100-preview6-012264
VS version (if appropriate):
n/a
OS version (i.e. win10 v1607 (14393.321)):
Ubuntu in WSL Version 10.0.18362 Build 18362
Worked before? If so, with which NuGet version:
don't know
Detailed repro steps so we can see the same problem
- Create a nuspec containing a file path with capital letters and pack with PackageBuilder.
Expect: pack succeeds.
Actual: failure to pack complaining file doesn't exist, though it does.
For more details see https://github.com/dotnet/corefx/issues/38608
It needs RegexOptions.CultureInvariant. Probably some other cases of the same bug https://github.com/NuGet/NuGet.Client/search?q=RegexOptions.IgnoreCase&unscoped_q=RegexOptions.IgnoreCase
Metadata
Metadata
Assignees
Labels
Category:Quality WeekIssues that should be considered for quality weekIssues that should be considered for quality weekFunctionality:PackPlatform:XplatType:Bug