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