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