2 references to Id
Microsoft.DotNet.HotReload.Watch (2)
Aspire\AspireServiceFactory.cs (1)
163
await _service.NotifySessionStartedAsync(dcpId, sessionId, runningProject.Process.
Id
, cancellationToken);
Process\RunningProject.cs (1)
87
ClientLogger.LogError("Failed to apply updates to process {Process}: {Exception}", process.
Id
, e.ToString());