18 writes to OnErrorData
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
615OnErrorData = line => 695OnErrorData = _ => { } 1028OnErrorData = data => stderr.AppendLine(data),
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
469OnErrorData = line => 534OnErrorData = line =>
Deployment\DefaultHelmRunner.cs (1)
27OnErrorData = onErrorData ?? (_ => { }),
Deployment\HelmDeploymentEngine.cs (1)
729OnErrorData = error => logger.LogDebug("kubectl (stderr): {Error}", error),
KubernetesEnvironmentResource.cs (11)
1507OnErrorData = line => context.Logger.LogDebug("{Line}", line) 1567OnErrorData = _ => { } 1612OnErrorData = line => context.Logger.LogDebug("{Line}", line) 1703OnErrorData = _ => { } 1791OnErrorData = _ => { } 1879OnErrorData = line => context.Logger.LogDebug("{Line}", line) 1944OnErrorData = line => context.Logger.LogDebug("{Line}", line) 2055OnErrorData = _ => { } 2125OnErrorData = line => context.Logger.LogDebug("{Line}", line) 2204OnErrorData = _ => { } 2249OnErrorData = line => context.Logger.LogDebug("{Line}", line)
1 reference to OnErrorData
Aspire.Hosting.Kubernetes (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
121processSpec.OnErrorData?.Invoke(e.Data);