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