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