4 references to MultipleProjectFilesFound
aspire (4)
Commands\AddCommand.cs (1)
194
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\ExecCommand.cs (1)
275
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
213
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
292
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))