4 references to RadInstallUrl
Aspire.Hosting.Radius (3)
Publishing\RadCredentialRegisterStep.cs (1)
95logger.LogError("The 'rad' CLI was not found on PATH. Install it from {InstallUrl}", RadiusDeploymentPipelineStep.RadInstallUrl);
Publishing\RadiusDeploymentPipelineStep.cs (2)
33new($"The 'rad' CLI was not found. Please install it from {RadInstallUrl} and ensure it is available on your PATH."); 109logger.LogError("The 'rad' CLI was not found on PATH. Install it from {InstallUrl}", RadInstallUrl);
Aspire.Hosting.Radius.Tests (1)
Deployment\RadCliDetectionTests.cs (1)
54Assert.Contains(RadiusDeploymentPipelineStep.RadInstallUrl, ex.Message, StringComparison.Ordinal);