xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
806 stars 61 forks source link

add ZipArchive support #65

Closed kopytk0 closed 2 years ago

kopytk0 commented 2 years ago

Adds ZipArchive support as a new file system

I think it's ready to merge

ZipArchive only supports attributes in NetStandard2.1 and last access/creation times are not supported by zip format so I copied compact tests, hope that's not a problem :)

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.7%) to 90.629% when pulling a59cf2f822bc8721df12ac3aa7e740efcc0deaad on jakubqwe:ZipArchive into ac24a4176679ecf51c1d2d1255ee0fcdfb4839cf on xoofx:main.

kopytk0 commented 2 years ago

All right, are there any other issues with it?

xoofx commented 2 years ago

All right, are there any other issues with it?

Great job, thank you!