·
17 commits
to master
since this release
Add ZIP file extension validation and enhance error handling for compression and IO errors
- Enforce
.zipextension check inProgram.cswith clear error messages for unsupported file types. - Handle unsupported compression method exceptions in
ZipFs.CreateFilewith guidance on supported formats. - Add specific
IOExceptionhandling for source file access errors (disconnected drives, invalid handles).