zipstorer icon indicating copy to clipboard operation
zipstorer copied to clipboard

Proposed Version 4.0.0

Open A9G-Data-Droid opened this issue 2 years ago • 4 comments

This goes much farther than my first PR, into the realm of breaking changes.

  • One class per file
  • Make public fields properties
  • Do not use Microsoft namespaces!
  • C# naming conventions
  • Implement async
  • Add ExtractToFolder
  • Always put Dispose in Finally or using
  • Refactor and cleanup
  • Closes #39
  • Closes #22
  • Closes https://github.com/jaime-olivares/zipstorer/issues/37
  • Closes #43
  • Closes https://github.com/jaime-olivares/zipstorer/issues/48

A9G-Data-Droid avatar Oct 27 '23 22:10 A9G-Data-Droid

Now closes #48

A9G-Data-Droid avatar Oct 30 '23 20:10 A9G-Data-Droid

Thanks @A9G-Data-Droid, Those are indeed a lot of changes in a single PR, not possible to select individual ones. I will review asap. --Jaime.

jaime-olivares avatar May 24 '24 16:05 jaime-olivares

Any update on this?

andreoromera avatar Jun 03 '24 13:06 andreoromera

It might be easier to review and merge #50 first, as this one is building upon that same branch.

A9G-Data-Droid avatar Jun 03 '24 15:06 A9G-Data-Droid

Any updates? Client is constantly complaining about this. They need to upload files bigger than 4gb. Any help would be truly appreciated!

andreoromera avatar Jul 04 '24 11:07 andreoromera

Have you tested my branch? You can review the code yourself and use my version until this is accepted.

A9G-Data-Droid avatar Jul 05 '24 14:07 A9G-Data-Droid

I am sorry. I cannot accept this PR, for the following reasons:

  • It covers too many aspects at a time.
  • It changes the structure of the source code files (it was a one-filer)
  • It changes the namespace, breaking all code from existing users
  • It removes the build of other platforms than .net standard 2.0, that many users may be using
  • Hard to track changes as too many files are renamed/relocated

jaime-olivares avatar Jul 05 '24 15:07 jaime-olivares