You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid IndexOutOfRangeException in ZipArchive (#109168)
* Avoid IndexOutOfRangeException in ZipArchive
* Add Sys.IO.Compression test
Add test to cover problem with invalid zip file.
Currently an IndexOutOfRangeException is thrown when invalid zip file is opened with ZipArchive.
* Update Add Sys.IO.Compression test
Change "Theory" to "Fact"
Co-authored-by: Eric StJohn <[email protected]>
---------
Co-authored-by: Eric StJohn <[email protected]>
Co-authored-by: Viktor Hofer <[email protected]>
0 commit comments