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
9 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.MongoDB.Tests (1)
ReplicaSet\AddMongoDBReplicaSetTests.cs (1)
186
Assert.Equal(certificatePassword.Resource, annotation.
Password
);
Aspire.Hosting.Redis.Tests (5)
AddRedisTests.cs (5)
862
Assert.Null(annotation.
Password
);
875
Assert.Null(annotation.
Password
);
889
Assert.Equal(password.Resource, annotation.
Password
);
904
Assert.Null(annotation.
Password
);
920
Assert.Equal(password.Resource, annotation.
Password
);