18 writes to OnErrorData
Aspire.Hosting.Azure.Kubernetes (3)
AzureKubernetesEnvironmentResource.AksPipeline.cs (3)
446OnErrorData = line => 526OnErrorData = _ => { } 823OnErrorData = data => stderr.AppendLine(data),
Aspire.Hosting.Kubernetes (15)
CertManagerExtensions.cs (2)
468OnErrorData = line => 525OnErrorData = line =>
Deployment\DefaultHelmRunner.cs (1)
27OnErrorData = onErrorData ?? (_ => { }),
Deployment\HelmDeploymentEngine.cs (1)
692OnErrorData = error => logger.LogDebug("kubectl (stderr): {Error}", error),
KubernetesEnvironmentResource.cs (11)
1499OnErrorData = line => context.Logger.LogDebug("{Line}", line) 1559OnErrorData = _ => { } 1604OnErrorData = line => context.Logger.LogDebug("{Line}", line) 1695OnErrorData = _ => { } 1783OnErrorData = _ => { } 1871OnErrorData = line => context.Logger.LogDebug("{Line}", line) 1936OnErrorData = line => context.Logger.LogDebug("{Line}", line) 2047OnErrorData = _ => { } 2117OnErrorData = line => context.Logger.LogDebug("{Line}", line) 2196OnErrorData = _ => { } 2241OnErrorData = 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);