What is the best way to create a 7Zip archive for MAUI apps running on Windows/Android/iOS? One of our customers asked if it was possible to create .7z for our logfiles because they internally block .zip files in their mails.
SharpCompress seemed promising, but it can only decompress 7Zip, not create an archive. Lots of people recommend using the 7z.exe and calling that from the application, but with cross platform that doesn't seem to be an option either.