NDepend.API Documentation
ZipSourceFiles Property
NDepend.Project Namespace > IProjectProperties Interface : ZipSourceFiles Property
Gets or sets a boolean value indicating whether at analysis time source files get zipped.
Syntax
bool ZipSourceFiles {get; set;}
Remarks
The default value is true. In most situations you'll want to zip source files. Having access to source files is especially useful when you want to diff particular changes in code.
However zipping source files consumes a bit of CPU at analysis time and a bit of hard drive space to keep the zip files for each analysis result.
So it might make sense to prefer no zipping source files.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProjectProperties Interface
IProjectProperties Members