7 references to MultipleProjectFilesFound
aspire (3)
Commands\BaseCommand.cs (1)
103
ProjectLocatorFailureReason.
MultipleProjectFilesFound
Projects\ProjectLocator.cs (2)
307
throw new ProjectLocatorException(ErrorStrings.MultipleProjectFilesFound, ProjectLocatorFailureReason.
MultipleProjectFilesFound
);
386
MultipleAppHostProjectsFoundBehavior.Throw => throw new ProjectLocatorException(ErrorStrings.MultipleProjectFilesFound, ProjectLocatorFailureReason.
MultipleProjectFilesFound
),
Aspire.Cli.Tests (4)
Commands\ExecCommandTests.cs (2)
188
throw new Aspire.Cli.Projects.ProjectLocatorException("Multiple project files found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
MultipleProjectFilesFound
);
193
throw new Aspire.Cli.Projects.ProjectLocatorException("Multiple project files found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
MultipleProjectFilesFound
);
Commands\RunCommandTests.cs (2)
239
throw new Aspire.Cli.Projects.ProjectLocatorException("Multiple project files found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
MultipleProjectFilesFound
);
244
throw new Aspire.Cli.Projects.ProjectLocatorException("Multiple project files found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
MultipleProjectFilesFound
);