1 instantiation of DeploymentImageTagAnnotation
Aspire.Hosting.Azure (1)
AzureDeployingContext.cs (1)
149
resource.Annotations.Add(new
DeploymentImageTagAnnotation
(() => deploymentTag));
4 references to DeploymentImageTagAnnotation
Aspire.Hosting (3)
ApplicationModel\ContainerImageReference.cs (2)
34
var tag = Resource.TryGetLastAnnotation<
DeploymentImageTagAnnotation
>(out
var
deploymentTag) ? deploymentTag.Callback() :
ApplicationModel\DeploymentImageTagAnnotation.cs (1)
13
/// Initializes a new instance of the <see cref="
DeploymentImageTagAnnotation
"/> class.
Aspire.Hosting.Azure (1)
AzureDeployingContext.cs (1)
145
if (resource.TryGetLastAnnotation<
DeploymentImageTagAnnotation
>(out _))