6 references to ProjectFileDoesntExist
aspire (6)
Commands\BaseCommand.cs (1)
66if (string.Equals(ex.Message, ErrorStrings.ProjectFileDoesntExist, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (5)
302throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 325throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 340throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 345throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist); 357throw new ProjectLocatorException(ErrorStrings.ProjectFileDoesntExist);