1 implementation of StartProjectAsync
dotnet-watch (1)
Aspire\AspireServiceFactory.cs (1)
97
async ValueTask<string> IAspireServerEvents.
StartProjectAsync
(string dcpId, ProjectLaunchRequest projectLaunchInfo, CancellationToken cancellationToken)
1 reference to StartProjectAsync
dotnet-watch (1)
AspireServerService.cs (1)
338
var sessionId = await _aspireServerEvents.
StartProjectAsync
(context.GetDcpId(), projectLaunchRequest, _shutdownCancellationTokenSource.Token);