Examples out of date #127

Closed
opened 2026-01-29 22:07:04 +00:00 by claunia · 2 comments
Owner

Originally created by @gaffo on GitHub (Sep 25, 2016).

Examples at https://github.com/adamhathcock/sharpcompress/wiki/API-Examples

Say

using (var zipWriter = WriterFactory.Open(ArchiveType.Zip, zip))

However newest version takes 3 arguments.

Originally created by @gaffo on GitHub (Sep 25, 2016). Examples at https://github.com/adamhathcock/sharpcompress/wiki/API-Examples Say using (var zipWriter = WriterFactory.Open(ArchiveType.Zip, zip)) However newest version takes 3 arguments.
Author
Owner

@adamhathcock commented on GitHub (Sep 26, 2016):

Should do this along side an options refactor mentioned in https://github.com/adamhathcock/sharpcompress/issues/172

@adamhathcock commented on GitHub (Sep 26, 2016): Should do this along side an options refactor mentioned in https://github.com/adamhathcock/sharpcompress/issues/172
Author
Owner

@adamhathcock commented on GitHub (Sep 29, 2016):

Hopefully this covers it: https://github.com/adamhathcock/sharpcompress/blob/master/USAGE.md

Can make PRs!

@adamhathcock commented on GitHub (Sep 29, 2016): Hopefully this covers it: https://github.com/adamhathcock/sharpcompress/blob/master/USAGE.md Can make PRs!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#127