8 references to WithDataExplorer
Aspire.Hosting.Azure.Tests (8)
AzureCosmosDBExtensionsTests.cs (7)
87cosmos.RunAsEmulator(e => e.WithDataExplorer()); 95Assert.Throws<NotSupportedException>(() => cosmos2.RunAsClassicEmulator(e => e.WithDataExplorer())); 857.RunAsEmulator(e => e.WithDataExplorer()); 886.RunAsEmulator(e => e.WithDataExplorer()); 1011.RunAsEmulator(e => e.WithDataExplorer(9999)); 1122.RunAsEmulator(e => e.WithDataExplorer()); 1269var cosmos = builder.AddAzureCosmosDB("cosmos").RunAsEmulator(e => e.WithDataExplorer());
PublicApiTests\CosmosDBPublicApiTests.cs (1)
518var action = () => builder.WithDataExplorer();