16 references to AddKeyedMongoDBClient
Aspire.MongoDB.Driver.Tests (8)
AspireMongoDBDriverExtensionsTests.cs (5)
82
builder.
AddKeyedMongoDBClient
(key);
147
builder.
AddKeyedMongoDBClient
(DefaultConnectionName, settings =>
168
builder.
AddKeyedMongoDBClient
(key, settings =>
214
builder.
AddKeyedMongoDBClient
("mongodb2");
215
builder.
AddKeyedMongoDBClient
("mongodb3");
ConformanceTests.cs (1)
83
builder.
AddKeyedMongoDBClient
(key, configure);
MongoDBDriverPublicApiTests.cs (2)
45
var action = () => builder.
AddKeyedMongoDBClient
(connectionName);
59
var action = () => builder.
AddKeyedMongoDBClient
(name);
Aspire.MongoDB.Driver.v3.Tests (8)
tests\Aspire.MongoDB.Driver.Tests\AspireMongoDBDriverExtensionsTests.cs (5)
82
builder.
AddKeyedMongoDBClient
(key);
147
builder.
AddKeyedMongoDBClient
(DefaultConnectionName, settings =>
168
builder.
AddKeyedMongoDBClient
(key, settings =>
214
builder.
AddKeyedMongoDBClient
("mongodb2");
215
builder.
AddKeyedMongoDBClient
("mongodb3");
tests\Aspire.MongoDB.Driver.Tests\ConformanceTests.cs (1)
83
builder.
AddKeyedMongoDBClient
(key, configure);
tests\Aspire.MongoDB.Driver.Tests\MongoDBDriverPublicApiTests.cs (2)
45
var action = () => builder.
AddKeyedMongoDBClient
(connectionName);
59
var action = () => builder.
AddKeyedMongoDBClient
(name);