2 writes to Url
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserLogsEventLogger.cs (2)
126
Url
= url
232
request.
Url
= response.Url ?? request.Url;
3 references to Url
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserLogsEventLogger.cs (3)
187
WriteLog(LogLevel.Warning, $"[network.{request.ResourceType}] {request.Method} {request.
Url
} failed: {parameters.ErrorText ?? "Request failed"}{FormatDetails(details)}");
227
WriteLog(LogLevel.Information, $"[network.{request.ResourceType}] {request.Method} {request.
Url
}{statusText}{FormatDetails(details)}");
232
request.Url = response.Url ?? request.
Url
;