11 references to NoProjectFileFound
aspire (2)
Commands\BaseCommand.cs (1)
105
ProjectLocatorFailureReason.
NoProjectFileFound
Projects\ProjectLocator.cs (1)
372
throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound, ProjectLocatorFailureReason.
NoProjectFileFound
);
Aspire.Cli.Tests (9)
Commands\ExecCommandTests.cs (2)
173
throw new Aspire.Cli.Projects.ProjectLocatorException("No project file found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
NoProjectFileFound
);
178
throw new Aspire.Cli.Projects.ProjectLocatorException("No project file found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
NoProjectFileFound
);
Commands\ExtensionInternalCommandTests.cs (2)
310
throw new ProjectLocatorException("No AppHost project found.", ProjectLocatorFailureReason.
NoProjectFileFound
);
318
throw new ProjectLocatorException("No AppHost project found.", ProjectLocatorFailureReason.
NoProjectFileFound
);
Commands\RunCommandTests.cs (2)
224
throw new Aspire.Cli.Projects.ProjectLocatorException("No project file found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
NoProjectFileFound
);
229
throw new Aspire.Cli.Projects.ProjectLocatorException("No project file found.", Aspire.Cli.Projects.ProjectLocatorFailureReason.
NoProjectFileFound
);
Commands\UpdateCommandTests.cs (1)
180
throw new ProjectLocatorException(ErrorStrings.NoProjectFileFound, ProjectLocatorFailureReason.
NoProjectFileFound
);
TestServices\NoProjectFileProjectLocator.cs (2)
12
throw new ProjectLocatorException("No project file found.", ProjectLocatorFailureReason.
NoProjectFileFound
);
17
throw new ProjectLocatorException("No project file found.", ProjectLocatorFailureReason.
NoProjectFileFound
);