5 references to UnbuildableAppHostsDetected
aspire (1)
Projects\ProjectLocator.cs (1)
1428=> (CliExitCodes.FailedToFindProject, InteractionServiceStrings.UnbuildableAppHostsDetected),
Aspire.Cli.Tests (4)
Backchannel\AppHostConnectionResolverTests.cs (1)
175Assert.Equal(InteractionServiceStrings.UnbuildableAppHostsDetected, result.ErrorMessage);
Commands\RunCommandTests.cs (1)
968Assert.Contains(InteractionServiceStrings.UnbuildableAppHostsDetected, interactionService.DisplayedErrors);
Projects\ProjectLocatorTests.cs (2)
652Assert.Equal(InteractionServiceStrings.UnbuildableAppHostsDetected, errorMessage); 2369Assert.Equal(InteractionServiceStrings.UnbuildableAppHostsDetected, errorMessage);