2 writes to EnvironmentName
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
734construct.EnvironmentName = _environment.Name;
Aspire.Hosting.Radius.Tests (1)
Publishing\ConfigureRadiusInfrastructureTests.cs (1)
26envResource.EnvironmentName = "custom-env-name";
1 reference to EnvironmentName
Aspire.Hosting.Radius (1)
Publishing\Constructs\RadiusEnvironmentConstruct.cs (1)
112_name = DefineProperty<string>(nameof(EnvironmentName), ["name"]);