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