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