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