7 references to HandleProjectLocatorException
aspire (7)
Commands\AddCommand.cs (1)
417return HandleProjectLocatorException(ex, InteractionService, Telemetry);
Commands\AppHostLauncher.cs (1)
165return BaseCommand.HandleProjectLocatorException(ex, interactionService, telemetry);
Commands\IntegrationSearchCommand.cs (1)
135return HandleProjectLocatorException(ex, InteractionService, Telemetry);
Commands\PipelineCommandBase.cs (1)
427return HandleProjectLocatorException(ex, InteractionService, Telemetry);
Commands\RestoreCommand.cs (1)
178return HandleProjectLocatorException(ex, InteractionService, Telemetry);
Commands\RunCommand.cs (1)
621return HandleProjectLocatorException(ex, InteractionService, Telemetry);
Commands\UpdateCommand.cs (1)
446return HandleProjectLocatorException(ex, InteractionService, Telemetry);