4 references to TestingAppHostEntryPointProbe
Aspire.Hosting.Testing.Tests (2)
DashboardTestingBuilderTests.cs (1)
166using var probe = TestingAppHostEntryPointProbe.Create();
DashboardUrlTests.cs (1)
89using var breakpoint = TestingAppHostEntryPointProbe.CreateBreakpoint();
TestingAppHost1.AppHost (2)
Program.cs (2)
10using var entryPointProbe = TestingAppHostEntryPointProbe.Track(args); 96await TestingAppHostEntryPointProbe.WaitAtBreakpointAsync(args);