4 references to NoProjectFileFound
aspire (4)
Commands\AddCommand.cs (1)
172
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
193
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
310
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (1)
153
throw new ProjectLocatorException(ErrorStrings.
NoProjectFileFound
);