3 references to Description
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
459
var description = await descriptionAnnotation.
Description
.GetValueAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesDeployTests.cs (2)
197
Assert.NotNull(annotation.
Description
);
231
Assert.NotNull(annotation.
Description
);