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