11 references to Id
Microsoft.AspNetCore.Components.Testing (11)
Infrastructure\PlaywrightExtensions.cs (1)
40
headers["X-Test-Backend"] = server.
Id
;
Infrastructure\ServerFactory.cs (4)
284
RouteId = i.
Id
,
285
ClusterId = i.
Id
,
294
Values = [i.
Id
],
303
ClusterId = i.
Id
,
Infrastructure\ServerInstance.cs (6)
15
/// Each instance has a unique <see cref="
Id
"/> used for YARP proxy routing
98
_ = DrainStreamAsync(_process.StandardOutput, $"[{AppName}:{
Id
}] ", _stdoutBuffer);
99
_ = DrainStreamAsync(_process.StandardError, $"[{AppName}:{
Id
} ERR] ", _stderrBuffer);
153
var stdoutPath = Path.Combine(directory, $"{AppName}-{
Id
}.stdout.log");
154
var stderrPath = Path.Combine(directory, $"{AppName}-{
Id
}.stderr.log");
169
var startupPath = Path.Combine(directory, $"{AppName}-{
Id
}.startup.log");