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