1 write to InspectHostPort
Aspire.Hosting.JavaScript (1)
DenoHostingExtensions.cs (1)
323annotation.InspectHostPort = string.IsNullOrEmpty(hostPort) ? null : hostPort;
2 references to InspectHostPort
Aspire.Hosting.JavaScript (2)
DenoHostingExtensions.cs (2)
883args.Add(string.IsNullOrEmpty(deno.InspectHostPort) ? flag : $"{flag}={deno.InspectHostPort}");