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