-
Something that has been mentioned in other discussions (e.g. in #333) is the question of if it's correct that the property setter for ZipEntry.CompressionMethod should try to check if the specified method is 'supported', given that that is really a question for the container and not the entry (especially when it works off a static list of methods that is always the same regardless of it being ZipFile , one of the streams etc). At the time that was sort of needed because other things depended on that check to reject methods they don't support, however:
So - is there anything else that depends on the existing property setter before removal could be considered? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed by #587 I think |
Beta Was this translation helpful? Give feedback.
Fixed by #587 I think