Needed to comment out line 59 of PipeClient to run the program. It appears to be adding an unnecessary '.exe' to the end of the file path?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
currentProcessName = Path.ChangeExtension(currentProcessName, ".exe");
Most helpful comment
currentProcessName = Path.ChangeExtension(currentProcessName, ".exe");