6 references to WithDenoInspect
Aspire.Hosting.JavaScript.Tests (6)
AddDenoAppTests.cs (6)
1002
.
WithDenoInspect
(DenoInspectMode.InspectWait, "127.0.0.1:9229");
1762
.
WithDenoInspect
()
2072
.
WithDenoInspect
(DenoInspectMode.InspectBrk, "127.0.0.1:9229"));
2086
.
WithDenoInspect
(hostPort: "127.0.0.1:9229"));
2098
() => denoApp.
WithDenoInspect
((DenoInspectMode)42));
2112
.
WithDenoInspect
(DenoInspectMode.InspectWait));