6 references to AppHostsMayNotBeBuildable
aspire (3)
Projects\ProjectLocator.cs (3)
945throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable); 1121throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable); 1444ProjectLocatorFailureReason.AppHostsMayNotBeBuildable
Aspire.Cli.Tests (3)
Backchannel\AppHostConnectionResolverTests.cs (1)
151throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable)
Projects\ProjectLocatorTests.cs (2)
675Assert.Equal(ProjectLocatorFailureReason.AppHostsMayNotBeBuildable, ex.FailureReason); 2427Assert.Equal(ProjectLocatorFailureReason.AppHostsMayNotBeBuildable, ex.FailureReason);