-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Synchronized description of destinationDirectoryName parameter #100330
Conversation
Tagging subscribers to this area: @dotnet/area-system-io-compression |
Hello! Sorry to bother you guys. Can any of you review this PR? |
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.
Thank you for your proposed change, @msafwankarim , and thank you for your patience.
src/libraries/System.IO.Compression.ZipFile/src/System/IO/Compression/ZipFile.Extract.cs
Show resolved
Hide resolved
src/libraries/System.IO.Compression.ZipFile/src/System/IO/Compression/ZipFile.Extract.cs
Show resolved
Hide resolved
src/libraries/System.IO.Compression.ZipFile/src/System/IO/Compression/ZipFile.Extract.cs
Show resolved
Hide resolved
Hello @carlossanlop, Thank you for reviewing this PR. It says that "Only those with write acess to this repository can merge pull requests.". Do I need to do something or will it be eventually merged into main at some point? |
…r for all methods (dotnet#100330)" This reverts commit 8d231b4.
Some overloads of
ExtractToDirectory
had misleading description for destinationDirectoryName as stated in issue #95501.I have synchronised description of destinationDirectoryName parameter for all
ZipFile.ExtractToDirectory
methods with correct onesThis PR fixes the issue #95501 ZipFile.ExtractToDirectory doc comments wrongly claim that the directory must not exist