10 writes to Value
Aspire.Hosting.Radius (3)
Publishing\RadiusInfrastructureBuilder.cs (3)
2729Value = new BicepValue<string>(secretValue.Compile()), 3726Value = value, 4676secretEntry.Value = rebuilt;
Aspire.Hosting.Radius.Tests (7)
Publishing\ContainerSecretEnvironmentTests.cs (1)
411Value = "extra-value",
Publishing\PostCallbackSecretValidationTests.cs (6)
132Value = "value", 238orphan.Data["username"] = new RadiusSecuritySecretDataEntryConstruct { Value = "value" }; 368Value = "value", 598Value = "hunter2", 614opts => opts.SecuritySecrets[0].Data.Values.First().Value!.Value = "hunter2")); 706opts.SecuritySecrets[0].Data.Values.First().Value!.Value = "hunter2";
9 references to Value
Aspire.Hosting.Radius (9)
Publishing\Constructs\RadiusSecuritySecretConstruct.cs (1)
49_value = DefineProperty<string>(nameof(Value), ["value"]);
Publishing\RadiusInfrastructureBuilder.cs (8)
978!string.Equals(RenderBicepValue(credential.Entry.Value), credential.OriginalEntryValue, StringComparison.Ordinal) || 1556/// <see cref="RadiusSecuritySecretDataEntryConstruct.Value"/> for every entry, so every state 1606if (RenderBicepValue(dataEntry.Value) is null && !IsBicepExpression(dataEntry.Value)) 1610$"entry '{key}' with no '{nameof(RadiusSecuritySecretDataEntryConstruct.Value)}'. The type " + 2745RenderBicepValue(credentialEntry.Value), 3761RenderBicepValue(secretEntry is null ? envVar.Value : secretEntry.Value), 4630var valueHolder = projected.SecretEntry is { } entry ? entry.Value : projected.EnvVar.Value;