4 references to ProjectFileDoesntExist
aspire (4)
Commands\AddCommand.cs (1)
162
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
183
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
300
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
ProjectFileDoesntExist
, StringComparisons.CliInputOrOutput))
Projects\ProjectLocator.cs (1)
129
throw new ProjectLocatorException(ErrorStrings.
ProjectFileDoesntExist
);