- GetTickCount() is limited to the resolution of the system timer, which is typically 10-16 ms. If two apps in separate app pools are started within this time window, it's possible GetTickCount() will return the same value, which causes the apps to try the same random port(s). - Addresses #1124 |
||
|---|---|---|
| .. | ||
| Common.FunctionalTests | ||
| Common.Tests | ||
| CommonLibTests | ||
| IIS.FunctionalTests | ||
| IIS.Tests | ||
| IISExpress.FunctionalTests | ||
| Microsoft.AspNetCore.Server.IISIntegration.Tests | ||
| TestTasks | ||
| WebSites | ||
| gtest | ||
| Directory.Build.props | ||