5 references to AppHostsMayNotBeBuildable
aspire (2)
Projects\ProjectLocator.cs (2)
951throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable); 1126throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable);
Aspire.Cli.Tests (3)
Backchannel\AppHostConnectionResolverTests.cs (1)
154throw new ProjectLocatorException(ErrorStrings.AppHostsMayNotBeBuildable, ProjectLocatorFailureReason.AppHostsMayNotBeBuildable)
Projects\ProjectLocatorTests.cs (2)
647Assert.Equal(ErrorStrings.AppHostsMayNotBeBuildable, ex.Message); 2364Assert.Equal(ErrorStrings.AppHostsMayNotBeBuildable, ex.Message);