2 writes to Password
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
2435
Password
= password?.Resource,
2459
Password
= password?.Resource,
11 references to Password
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (6)
2574
Password = effectiveAnnotation.
Password
,
2629
if (effectiveAnnotation.
Password
is { })
2631
passphrase = await effectiveAnnotation.
Password
.GetValueAsync(cancellationToken).ConfigureAwait(false);
2710
Password = effectiveAnnotation.
Password
,
2765
if (effectiveAnnotation.
Password
is { })
2767
passphrase = await effectiveAnnotation.
Password
.GetValueAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Redis.Tests (5)
AddRedisTests.cs (5)
745
Assert.Null(annotation.
Password
);
758
Assert.Null(annotation.
Password
);
772
Assert.Equal(password.Resource, annotation.
Password
);
787
Assert.Null(annotation.
Password
);
803
Assert.Equal(password.Resource, annotation.
Password
);