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