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