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