I use NDepend.Console.exe (NDepend version 2022.1.4) to create .ndproj from command line - /cp flag.
The build script changes my build path to FinalDLLs\bin\x64(or 86)/Release instead of \bin\x64(or x86)\Release. I tried using the folder name hints but no luck. I always get an errors "Cannot get assembly file path ...." What is the correct syntax for folder name hints? I tried all combinations with FinalDLLs but they are always ignored.
Please, don't ask me why I want to use such path prefix. It must be FinalDLLs!