5 references to UnbuildableAppHostsDetected
aspire (1)
Projects\ProjectLocator.cs (1)
1445=> (CliExitCodes.FailedToFindProject, InteractionServiceStrings.UnbuildableAppHostsDetected),
Aspire.Cli.Tests (4)
Backchannel\AppHostConnectionResolverTests.cs (1)
172Assert.Equal(InteractionServiceStrings.UnbuildableAppHostsDetected, result.ErrorMessage);
Commands\RunCommandTests.cs (1)
1385Assert.Contains(InteractionServiceStrings.UnbuildableAppHostsDetected, interactionService.DisplayedErrors);
Projects\ProjectLocatorTests.cs (2)
679Assert.Equal(InteractionServiceStrings.UnbuildableAppHostsDetected, errorMessage); 2431Assert.Equal(InteractionServiceStrings.UnbuildableAppHostsDetected, errorMessage);