5 references to ProjectFileDoesntExist
aspire (5)
Commands\AddCommand.cs (1)
163
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Commands\ExecCommand.cs (1)
241
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
197
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
253
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (1)
130
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);