3 references to AppHostNotRunningInCurrentWorktree
aspire (1)
Backchannel\AppHostConnectionResolver.cs (1)
247
ErrorMessage = SharedCommandStrings.
AppHostNotRunningInCurrentWorktree
,
Aspire.Cli.Tests (2)
Backchannel\AppHostConnectionResolverTests.cs (1)
402
Assert.Equal(SharedCommandStrings.
AppHostNotRunningInCurrentWorktree
, result.ErrorMessage);
Commands\StopCommandTests.cs (1)
347
Assert.Equal(SharedCommandStrings.
AppHostNotRunningInCurrentWorktree
, Assert.Single(interactionService.DisplayedErrors));