2 references to AppHostsMayNotBeBuildable
aspire (2)
Commands\BaseCommand.cs (1)
77
if (string.Equals(ex.Message, ErrorStrings.
AppHostsMayNotBeBuildable
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (1)
179
throw new ProjectLocatorException(ErrorStrings.
AppHostsMayNotBeBuildable
);