The NDepend.Helpers.FileDirectoryPath project is not a signed assembly, and therefore signed projects cannot use it. Please add just a basic strong-name key to it w/ no password.
consider the following test [Test] public void PathWithSpace() { DirectoryPathAbsolute d1 = new DirectoryPathAbsolute("d:/path with space/file.ext"); Dire...