1 implementation of TargetId
Aspire.Hosting.Browsers (1)
BrowserLogsRunningSession.cs (1)
141
public string
TargetId
=> _targetId ?? throw new InvalidOperationException("Browser target id is not available before the session starts.");
1 reference to TargetId
Aspire.Hosting.Browsers (1)
BrowserLogsSessionManager.cs (1)
158
session.
TargetId
,