3 writes to Password
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
2449Password = password?.Resource, 2483Password = password?.Resource,
Aspire.Hosting.Tests (1)
ResourceExecutionConfigurationGathererTests.cs (1)
408Password = password.Resource
8 references to Password
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (3)
59Password = effectiveAnnotation.Password is not null ? await effectiveAnnotation.Password.GetValueAsync(cancellationToken).ConfigureAwait(false) : null, 73Password = effectiveAnnotation.Password,
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);