5 references to NoProjectFileFound
aspire (5)
Commands\AddCommand.cs (1)
173
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\ExecCommand.cs (1)
251
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
207
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
263
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (1)
154
throw new ProjectLocatorException(ErrorStrings.
NoProjectFileFound
);