WinZipAes no longer supported on .NET 3.5 #190

Open
opened 2026-01-29 22:08:01 +00:00 by claunia · 0 comments
Owner

Originally created by @dbaumber on GitHub (May 30, 2017).

On .NET 3.5, working with ZIP archives that use WinZipAes are now throwing a NotSupportedException() from ZipHeaderFactory.LoadHeader(). The comment indicates that this is intended for Silverlight and Windows Phone, but the build configuration specifies this for .NET 3.5 as well. WinZipAes protected ZIP files used to work (with some issues) prior to version 0.16.0.

Originally created by @dbaumber on GitHub (May 30, 2017). On .NET 3.5, working with ZIP archives that use WinZipAes are now throwing a NotSupportedException() from ZipHeaderFactory.LoadHeader(). The comment indicates that this is intended for Silverlight and Windows Phone, but the build configuration specifies this for .NET 3.5 as well. WinZipAes protected ZIP files used to work (with some issues) prior to version 0.16.0.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#190