Bootstrap: .\build.ps1 -Bootstrap
Always run .\build.ps1 StageFiles before running tests — tests import from Output\, not source.
No compilation; files are staged verbatim to Output\ — do not edit files under Output\.
Two files must be updated together:
PSDepend/PSDependScripts/<Type>.ps1— handler script. Must include comment-based help and aPSDependActionparameter acceptingInstall,Test, andImportvalues.PSDepend/PSDependMap.psd1— registers the type, maps it to the script, and setsSupportsto control platform filtering (windows,core,macos,linux).
See Git.ps1 and PSGalleryModule.ps1 as reference implementations.
PSDepend/PSDepend.Config — path variables (NuGetPath, etc.) resolved at module load.