aspnetcore/test/dotnet-watch.FunctionalTests/TestProjects/AppWithDeps
Nate McMaster a24b4ee459
Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512)
We were using PID to assert that dotnet-watch had restarted processes. The OS does not guaranteed the uniqueness of PID, so I've changed tests to use PID + process start time to distinguish between processes.
2018-11-06 09:57:17 -08:00
..
AppWithDeps.csproj
Program.cs Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00