10 references to Id
Microsoft.AspNetCore.Components.Testing (8)
Infrastructure\PlaywrightExtensions.cs (1)
51headers["X-Test-Backend"] = server.Id;
Infrastructure\ServerFixture.cs (4)
227RouteId = i.Id, 228ClusterId = i.Id, 237Values = [i.Id], 246ClusterId = i.Id,
Infrastructure\ServerInstance.cs (3)
16/// Each instance has a unique <see cref="Id"/> used for YARP proxy routing 133_ = DrainStreamAsync(_process.StandardOutput, $"[{AppName}:{Id}] ", _stdoutBuffer); 134_ = DrainStreamAsync(_process.StandardError, $"[{AppName}:{Id} ERR] ", _stderrBuffer);
Microsoft.AspNetCore.Components.Testing.Tests (2)
PlaywrightExtensionsTests.cs (2)
25Assert.Equal(server.Id, headers["X-Test-Backend"]); 44Assert.Equal(server.Id, headers["X-Test-Backend"]);