14 references to EhConnectionString
Aspire.Azure.Messaging.EventHubs.Tests (14)
AspireEventHubsExtensionsTests.cs (12)
95
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
),
215
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
)
281
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
),
339
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
)
387
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
)
392
s_keyedClientAdders[clientIndex](builder, "eh", settings => settings.ConnectionString =
EhConnectionString
);
396
s_clientAdders[clientIndex](builder, "eh", settings => settings.ConnectionString =
EhConnectionString
);
441
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
),
522
new KeyValuePair<string, string?>("ConnectionStrings:eh",
EhConnectionString
),
548
new KeyValuePair<string, string?>("ConnectionStrings:eh1",
EhConnectionString
),
552
new KeyValuePair<string, string?>("ConnectionStrings:eh2",
EhConnectionString
.Replace("aspireeventhubstests", "aspireeventhubstests2")),
556
new KeyValuePair<string, string?>("ConnectionStrings:eh3",
EhConnectionString
.Replace("aspireeventhubstests", "aspireeventhubstests3")),
ConformanceTests.PartitionReceiver.cs (1)
25
new($"Aspire:Azure:Messaging:EventHubs:{typeof(PartitionReceiver).Name}:ConnectionString", AspireEventHubsExtensionsTests.
EhConnectionString
),
ConformanceTestsBase.cs (1)
61
new($"Aspire:Azure:Messaging:EventHubs:{typeof(TService).Name}:ConnectionString", AspireEventHubsExtensionsTests.
EhConnectionString
)