9 references to AppHostNotRunningAtPath
aspire (3)
Backchannel\AppHostConnectionResolver.cs (1)
177
ErrorMessage = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
AppHostNotRunningAtPath
, displayPath)
Commands\StopCommand.cs (2)
297
InteractionService.DisplayMessage(KnownEmojis.Information, string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
AppHostNotRunningAtPath
, displayPath));
318
InteractionService.DisplayMessage(KnownEmojis.Information, string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
AppHostNotRunningAtPath
, displayPath));
Aspire.Cli.Tests (6)
Backchannel\AppHostConnectionResolverTests.cs (2)
56
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
AppHostNotRunningAtPath
, Path.Combine("TestAppHost", "TestAppHost.csproj")),
90
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
AppHostNotRunningAtPath
, Path.Combine("TestAppHost", "TestAppHost.csproj")),
Commands\StopCommandTests.cs (4)
112
string.Format(SharedCommandStrings.
AppHostNotRunningAtPath
, Path.Combine("Resolved.AppHost", "Resolved.AppHost.csproj")),
304
string.Format(SharedCommandStrings.
AppHostNotRunningAtPath
, Path.Combine("AppHost", "AppHost.csproj")),
498
Assert.Contains(interactionService.DisplayedMessages, message => message.Message == string.Format(SharedCommandStrings.
AppHostNotRunningAtPath
, Path.Combine("AppHost", "AppHost.csproj")));
889
string.Format(SharedCommandStrings.
AppHostNotRunningAtPath
, Path.Combine("AppHost", "apphost.ts")),