MobileEssentials / MSBuilder

Reusable MSBuild Building Blocks
MIT License
41 stars 13 forks source link

Switch to using System.IO.Compression instead of System.IO.Packaging #9

Closed kzu closed 7 years ago

kzu commented 7 years ago

With large VSIX payloads, memory consumption increases significantly, and we don't really need to manipulate the OPC parts explicitly, since we only tweak existing file types in the VSIX.

Removed the old dynamic XML and stream extensions that aren't necessary anymore.

Also added progress reporting to make it more responsive.