I have a problem with RoboSharp,
When i run my debug project, Robocopy run and never finish.
I thinks i have a problem with LoggingOptions.ListOnly option.
I see Robocopy.exe and Conhost.exe process and they never stop, i need to kill process.
If y launch my generated program directly, RoboSharp work !
Why is not work with VisualStudio ?! (Visual Studio Comminuty 2019 v16.9.4)
Problem resolve, when you ListOnly your Windows Drive, you have infinite loop caused by Junction folder.
Just set robo.SelectionOptions.ExcludeJunctionPoints = true; for fix this problem.
Hi everyone,
I have a problem with RoboSharp, When i run my debug project, Robocopy run and never finish. I thinks i have a problem with LoggingOptions.ListOnly option.
I see Robocopy.exe and Conhost.exe process and they never stop, i need to kill process.
If y launch my generated program directly, RoboSharp work ! Why is not work with VisualStudio ?! (Visual Studio Comminuty 2019 v16.9.4)
Thanks.