2 references to CouldNotDetermineAppHostPath
aspire (1)
Commands\StopCommand.cs (1)
143
InteractionService.DisplayError(StopCommandStrings.
CouldNotDetermineAppHostPath
);
Aspire.Cli.Tests (1)
Commands\StopCommandTests.cs (1)
1116
Assert.Contains(StopCommandStrings.
CouldNotDetermineAppHostPath
, interactionService.DisplayedErrors);