2 instantiations of ConformanceTests
Aspire.Azure.Data.Tables.Tests (2)
ConformanceTests.cs (2)
118
=> RemoteInvokeWithLogging(() => new
ConformanceTests
().ActivitySourceTest(key: null), Output);
122
=> RemoteInvokeWithLogging(() => new
ConformanceTests
().ActivitySourceTest(key: "key"), Output);
2 references to ConformanceTests
Aspire.Azure.Data.Tables.Tests (2)
AspireTablesExtensionsTests.cs (2)
79
new KeyValuePair<string, string?>(
ConformanceTests
.CreateConfigKey("Aspire:Azure:Data:Tables", key, "ServiceUri"), "unused"),
108
new KeyValuePair<string, string?>("ConnectionStrings:tables",
ConformanceTests
.ServiceUri)