4 writes to ContainerName
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
1030construct.ContainerName = resourceName;
Aspire.Hosting.Radius.Tests (3)
Publishing\ConfigureRadiusInfrastructureTests.cs (3)
316opts.Containers[0].ContainerName = "renamed"; 342opts.Containers[0].ContainerName = "renamed"; 367opts.Containers[0].ContainerName = new IdentifierExpression("computedName");
5 references to ContainerName
Aspire.Hosting.Radius (4)
Publishing\Constructs\RadiusContainerConstruct.cs (2)
43/// top-level <c>name:</c> (<see cref="ContainerName"/>) — Radius permits distinct names. Aspire 130_name = DefineProperty<string>(nameof(ContainerName), ["name"]);
Publishing\RadiusInfrastructureBuilder.cs (2)
1598var name = (IBicepValue)container.ContainerName; 1631var topLevelName = ((IBicepValue)container.ContainerName).LiteralValue is string literalName ? literalName : mapKey;
Aspire.Hosting.Radius.Tests (1)
Publishing\MultiEnvironmentPublishTests.cs (1)
51r => r.ContainerName.Value == "myenv");