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