4 references to WithDataExplorer
Aspire.Hosting.Azure.Tests (3)
AzureCosmosDBExtensionsTests.cs (2)
79cosmos.RunAsPreviewEmulator(e => e.WithDataExplorer()); 87Assert.Throws<NotSupportedException>(() => cosmos2.RunAsEmulator(e => e.WithDataExplorer()));
PublicApiTests\CosmosDBPublicApiTests.cs (1)
380var action = () => builder.WithDataExplorer();
CosmosEndToEnd.AppHost (1)
Program.cs (1)
9.RunAsPreviewEmulator(e => e.WithDataExplorer());