3 references to Environment
Aspire.Hosting.Radius (2)
Publishing\RadiusInfrastructureBuilder.cs (1)
1927(s.Scope == RadiusSecretStoreScope.Environment && ReferenceEquals(s.OwningEnvironment, _environment))
Secrets\RadiusSecretStoreExtensions.cs (1)
113var resource = new RadiusSecretStoreResource(name, type, RadiusSecretStoreScope.Environment)
Aspire.Hosting.Radius.Tests (1)
Secrets\AddRadiusSecretStoreTests.cs (1)
47Assert.Equal(RadiusSecretStoreScope.Environment, store.Scope);