4 references to MultipleProjectFilesFound
aspire (4)
Commands\AddCommand.cs (1)
178
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\ExecCommand.cs (1)
271
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))