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