5 references to NoProjectFileFound
aspire (5)
Commands\AddCommand.cs (1)
183
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\ExecCommand.cs (1)
276
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
218
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
297
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
NoProjectFileFound
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (1)
155
throw new ProjectLocatorException(ErrorStrings.
NoProjectFileFound
);