5 references to CouldNotFindAppHost
aspire (5)
Commands\SecretDeleteCommand.cs (1)
44
return CommandResult.Failure(CliExitCodes.FailedToFindProject, SecretCommandStrings.
CouldNotFindAppHost
);
Commands\SecretGetCommand.cs (1)
45
return CommandResult.Failure(CliExitCodes.FailedToFindProject, SecretCommandStrings.
CouldNotFindAppHost
);
Commands\SecretListCommand.cs (1)
46
return CommandResult.Failure(CliExitCodes.FailedToFindProject, SecretCommandStrings.
CouldNotFindAppHost
);
Commands\SecretPathCommand.cs (1)
35
return CommandResult.Failure(CliExitCodes.FailedToFindProject, SecretCommandStrings.
CouldNotFindAppHost
);
Commands\SecretSetCommand.cs (1)
52
return CommandResult.Failure(CliExitCodes.FailedToFindProject, SecretCommandStrings.
CouldNotFindAppHost
);