3 writes to Password
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
4182Password = password?.Resource, 4218Password = password?.Resource,
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
711Password = password.Resource
8 references to Password
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (3)
61Password = effectiveAnnotation.Password is not null ? await effectiveAnnotation.Password.GetValueAsync(cancellationToken).ConfigureAwait(false) : null, 76Password = effectiveAnnotation.Password,
Aspire.Hosting.Redis.Tests (5)
AddRedisTests.cs (5)
791Assert.Null(annotation.Password); 804Assert.Null(annotation.Password); 818Assert.Equal(password.Resource, annotation.Password); 833Assert.Null(annotation.Password); 849Assert.Equal(password.Resource, annotation.Password);