8 references to ProjectLocatorException
aspire (2)
Projects\ProjectLocator.cs (2)
130throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 154throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound);
Aspire.Cli.Tests (6)
Commands\ExecCommandTests.cs (3)
116throw new Aspire.Cli.Projects.ProjectLocatorException("No project file found."); 124throw new Aspire.Cli.Projects.ProjectLocatorException("Multiple project files found."); 132throw new Aspire.Cli.Projects.ProjectLocatorException("Project file does not exist.");
Commands\RunCommandTests.cs (3)
89throw new Aspire.Cli.Projects.ProjectLocatorException("Project file does not exist."); 136throw new Aspire.Cli.Projects.ProjectLocatorException("No project file found."); 144throw new Aspire.Cli.Projects.ProjectLocatorException("Multiple project files found.");