2 references to WaitingForDebugger
aspire (1)
Program.cs (1)
1319
string.Format(CultureInfo.CurrentCulture, RootCommandStrings.
WaitingForDebugger
, Environment.ProcessId),
Aspire.Cli.Tests (1)
CliBootstrapTests.cs (1)
236
var expectedStatus = string.Format(CultureInfo.CurrentCulture, RootCommandStrings.
WaitingForDebugger
, Environment.ProcessId);