You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have many, many SDKs installed (in our case 89 ... this is from a localized dotnet install via the UseDotNet task in devops pipelines), and then attempt to run benchmarks, you get stuck at the
// Validating benchmarks:
Bringing up ProcessMonitor, we could see the host benchmark executable was waiting on
dotnet --list-sdks
to finish. We assume from DotNetSdkValidator.GetInstalledDotNetSdks(). That function does: