3 references to NoInScopeAppHostsShowingAll
aspire (1)
Backchannel\AppHostConnectionResolver.cs (1)
265SharedCommandStrings.NoInScopeAppHostsShowingAll,
Aspire.Cli.Tests (2)
Backchannel\AppHostConnectionResolverTests.cs (1)
365Assert.Equal(SharedCommandStrings.NoInScopeAppHostsShowingAll, Assert.Single(interactionService.DisplayedMessages).Message);
Commands\StopCommandTests.cs (1)
384message => Assert.Equal(SharedCommandStrings.NoInScopeAppHostsShowingAll, message),