3 references to MultipleProjectFilesFound
aspire (3)
Commands\BaseCommand.cs (1)
71if (string.Equals(ex.Message, ErrorStrings.MultipleProjectFilesFound, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (2)
324throw new ProjectLocatorException(ErrorStrings.MultipleProjectFilesFound); 401MultipleAppHostProjectsFoundBehavior.Throw => throw new ProjectLocatorException(ErrorStrings.MultipleProjectFilesFound),