6 references to WaitingForResource
aspire (1)
Commands\WaitCommand.cs (1)
114
string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.
WaitingForResource
, resourceName, statusLabel),
Aspire.Cli.Tests (5)
Commands\WaitCommandTests.cs (5)
171
string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.
WaitingForResource
, "nonexistent", "healthy")
213
string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.
WaitingForResource
, "myapp", "up (running)")
281
string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.
WaitingForResource
, "mydb", "healthy")
349
string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.
WaitingForResource
, "myapp", "up (running)")
391
string.Format(CultureInfo.CurrentCulture, WaitCommandStrings.
WaitingForResource
, "myapp", "down")