2 references to WithHttpPort
Aspire.Hosting.Azure.Kusto.Tests (2)
AddAzureKustoTests.cs (2)
347
.RunAsEmulator(c => c.
WithHttpPort
(port));
366
var exception = Assert.Throws<ArgumentNullException>(() => builder.RunAsEmulator(c => c.
WithHttpPort
(8080)));