3 writes to Password
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
2728Password = password?.Resource, 2764Password = password?.Resource,
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
641Password = password.Resource
8 references to Password
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (3)
60Password = effectiveAnnotation.Password is not null ? await effectiveAnnotation.Password.GetValueAsync(cancellationToken).ConfigureAwait(false) : null, 74Password = effectiveAnnotation.Password,
Aspire.Hosting.Redis.Tests (5)
AddRedisTests.cs (5)
739Assert.Null(annotation.Password); 752Assert.Null(annotation.Password); 766Assert.Equal(password.Resource, annotation.Password); 781Assert.Null(annotation.Password); 797Assert.Equal(password.Resource, annotation.Password);