I wish to know if there is any way to avoid to have a [Content_Types].xml file inside the zip file while using .net\'s ZipPackage
You can also set private field _contentTypeHelper of System.IO.Packaging.Package to null ( using DynamicObject ).
_contentTypeHelper
System.IO.Packaging.Package
null
DynamicObject