6 references to AppHostsMayNotBeBuildable
aspire (3)
Projects\ProjectLocator.cs (3)
951throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable); 1126throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable); 1427ProjectLocatorFailureReason.AppHostsMayNotBeBuildable
Aspire.Cli.Tests (3)
Backchannel\AppHostConnectionResolverTests.cs (1)
154throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable)
Projects\ProjectLocatorTests.cs (2)
648Assert.Equal(ProjectLocatorFailureReason.AppHostsMayNotBeBuildable, ex.FailureReason); 2365Assert.Equal(ProjectLocatorFailureReason.AppHostsMayNotBeBuildable, ex.FailureReason);