3 references to StartProjectAsync
Microsoft.WebTools.AspireService.Tests (3)
AspireServerService.cs (1)
338
var sessionId = await _aspireServerEvents.
StartProjectAsync
(context.GetDcpId(), projectLaunchRequest, _shutdownCancellationTokenSource.Token);
Mocks\IAspireServerEventsMock.cs (2)
20
setup = MockObject.Setup(x => x.
StartProjectAsync
(dcpId, It.Is<ProjectLaunchRequest>(plr => plr.Arguments == null), It.IsAny<CancellationToken>()));
24
setup = MockObject.Setup(x => x.
StartProjectAsync
(dcpId, It.IsAny<ProjectLaunchRequest>(), It.IsAny<CancellationToken>()));