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
Had a misconfiguration in an extension (binding redirect for a DLL that wasn't being deployed) which meant the experimental instance crashed immediately on startup. The error was in the Activity Log but the experience of running the tests was just that they hung because IntegrationHelper.TryLocateDteForProcess has no timeout.
Had a misconfiguration in an extension (binding redirect for a DLL that wasn't being deployed) which meant the experimental instance crashed immediately on startup. The error was in the Activity Log but the experience of running the tests was just that they hung because
IntegrationHelper.TryLocateDteForProcess
has no timeout.Would be good to have a timeout around https://github.com/microsoft/vs-extension-testing/blob/main/src/Microsoft.VisualStudio.Extensibility.Testing.Xunit.Shared/Harness/VisualStudioInstanceFactory.cs#L148
The text was updated successfully, but these errors were encountered: