8 references to ProjectFileDoesntExist
aspire (4)
Commands\BaseCommand.cs (1)
101
ProjectLocatorFailureReason.
ProjectFileDoesntExist
Projects\ProjectLocator.cs (3)
280
throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist, ProjectLocatorFailureReason.
ProjectFileDoesntExist
);
318
throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist, ProjectLocatorFailureReason.
ProjectFileDoesntExist
);
342
throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist, ProjectLocatorFailureReason.
ProjectFileDoesntExist
);
Aspire.Cli.Tests (4)
Commands\ExecCommandTests.cs (2)
203
throw new Aspire.Cli.Projects.ProjectLocatorException("Project file does not exist.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
ProjectFileDoesntExist
);
208
throw new Aspire.Cli.Projects.ProjectLocatorException("Project file does not exist.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
ProjectFileDoesntExist
);
Commands\RunCommandTests.cs (2)
169
throw new Aspire.Cli.Projects.ProjectLocatorException("Project file does not exist.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
ProjectFileDoesntExist
);
174
throw new Aspire.Cli.Projects.ProjectLocatorException("Project file does not exist.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
ProjectFileDoesntExist
);