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