3 references to WithDataExplorer
Aspire.Hosting.Azure.Tests (3)
AzureCosmosDBExtensionsTests.cs (2)
82cosmos.RunAsPreviewEmulator(e => e.WithDataExplorer()); 90Assert.Throws<NotSupportedException>(() => cosmos2.RunAsEmulator(e => e.WithDataExplorer()));
PublicApiTests\CosmosDBPublicApiTests.cs (1)
527var action = () => builder.WithDataExplorer();