3 references to Alias
Aspire.Hosting (3)
Dcp\ContainerCreator.cs (3)
189
Aliases = aanns.Select(a => a.
Alias
)
241
if (IsContainerTunnelContainerName(aliasAnnotation.
Alias
))
243
throw new DistributedApplicationException($"Container resource '{container.Name}' uses network alias '{aliasAnnotation.
Alias
}', which conflicts with the Aspire container tunnel container name '{ContainerTunnelContainerName}'. Rename the alias or disable the Aspire container tunnel.");