is there a way to work with password protected zip files in dotnetcore. Unfortunately System.IO.Compression does not support password protection.
So i tried to use dotnetzip, but every time i try to open an zip file i get an System.ArgumentException.
I migrated to sharpcompress and now everthing works fine. Seems that ionic zip does not work under core.