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