-
Notifications
You must be signed in to change notification settings - Fork 696
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
InvariantCulture flag for Regex with IgnoreCase flag #2901
Conversation
@dominoFire I see 8 other instances in NuGet.Client of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should make the changes to all the regex's dealing with apths like @danmosemsft and @ericstj are suggesting.
+1 to using |
@dominoFire are you planning to complete this PR? It has broken our build in the past so we'd be happy to see the fix merged. thanks! |
956824c
to
fa2e656
Compare
Please either address feedback or close. |
c9ca8d4
to
ffd1812
Compare
634058a
to
f84ad59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
6209e7b
to
212e96c
Compare
212e96c
to
7d9c58c
Compare
src/NuGet.Core/NuGet.Packaging/PackageCreation/Utility/PackageIdValidator.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @dominoFire |
Bug
Fixes: NuGet/Home#8246
Regression: Yes
Fix
Adds Culture Invariant comparison for path matching for files
Testing/Validation
Tests Added: Yes
Validation: Manual validation on dotnet (Linux Version) in WSL.