3 writes to Password
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
2542
Password
= password?.Resource,
2576
Password
= password?.Resource,
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
408
Password
= password.Resource
8 references to Password
Aspire.Hosting (3)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (3)
60
Password = effectiveAnnotation.
Password
is not null ? await effectiveAnnotation.
Password
.GetValueAsync(cancellationToken).ConfigureAwait(false) : null,
74
Password = effectiveAnnotation.
Password
,
Aspire.Hosting.Redis.Tests (5)
AddRedisTests.cs (5)
761
Assert.Null(annotation.
Password
);
774
Assert.Null(annotation.
Password
);
788
Assert.Equal(password.Resource, annotation.
Password
);
803
Assert.Null(annotation.
Password
);
819
Assert.Equal(password.Resource, annotation.
Password
);