-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix Path.ChangeExtension behavior with empty extension (#100687) #100691
Conversation
jasonleenaylor
commented
Apr 5, 2024
•
edited
Loading
edited
- Fixes Path.ChangeExtension with an empty string behaves differently on Linux and Windows platforms #100687
- When ChangeExtension is called with an empty string completely remove the extension instead of adding a '.'
- When ChangeExtension is called with an empty string completely remove the extension instead of adding a '.'
How long has it had the current behavior? Is this potentially going to break existing code (it might still be worth changing) |
Oh, that discussion should probably be in the bug. I didn't see there was a bug. Can you put "Fixes #100687" at the top of the top comment here? That also causes the issue to be closed if and when we merge this. |
@dotnet-policy-service agree company="SIL International" |
Closing as per #100687 (comment) |