10 writes to Value
Aspire.Hosting.Radius (3)
Publishing\RadiusInfrastructureBuilder.cs (3)
2729
Value
= new BicepValue<string>(secretValue.Compile()),
3726
Value
= value,
4676
secretEntry.
Value
= rebuilt;
Aspire.Hosting.Radius.Tests (7)
Publishing\ContainerSecretEnvironmentTests.cs (1)
411
Value
= "extra-value",
Publishing\PostCallbackSecretValidationTests.cs (6)
132
Value
= "value",
238
orphan.Data["username"] = new RadiusSecuritySecretDataEntryConstruct {
Value
= "value" };
368
Value
= "value",
598
Value
= "hunter2",
614
opts => opts.SecuritySecrets[0].Data.Values.First().Value!.
Value
= "hunter2"));
706
opts.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
1606
if (RenderBicepValue(dataEntry.
Value
) is null && !IsBicepExpression(dataEntry.
Value
))
1610
$"entry '{key}' with no '{nameof(RadiusSecuritySecretDataEntryConstruct.
Value
)}'. The type " +
2745
RenderBicepValue(credentialEntry.
Value
),
3761
RenderBicepValue(secretEntry is null ? envVar.Value : secretEntry.
Value
),
4630
var valueHolder = projected.SecretEntry is { } entry ? entry.
Value
: projected.EnvVar.Value;