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