alanwales / vsts-resharper-code-quality-task

20 stars 24 forks source link

Workaround for hanging child processes #35

Open basvo opened 8 months ago

basvo commented 8 months ago

We are experiencing an issue with Start-Process taking about 15 minutes to complete. This is probably due to the fact that Start-Process -Wait also waits for any child processes spawned by the parent process (inspectcode) to complete. This is a workaround.