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