4 references to MultipleProjectFilesFound
aspire (4)
Commands\AddCommand.cs (1)
168
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\ExecCommand.cs (1)
246
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\PublishCommandBase.cs (1)
202
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))
Commands\RunCommand.cs (1)
258
catch (ProjectLocatorException ex) when (string.Equals(ex.Message, ErrorStrings.
MultipleProjectFilesFound
, StringComparisons.CliInputOrOutput))