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