1 instantiation of BrowserInfo
Aspire.Dashboard.Components.Tests (1)
Layout\MainLayoutTests.cs (1)
161
JSInterop.Setup<BrowserInfo>("window.getBrowserInfo").SetResult(new
BrowserInfo
{ TimeZone = "abc", UserAgent = "mozilla" });
3 references to BrowserInfo
Aspire.Dashboard (2)
Components\Layout\MainLayout.razor.cs (2)
105
var
result = await JS.InvokeAsync<
BrowserInfo
>("window.getBrowserInfo");
Aspire.Dashboard.Components.Tests (1)
Layout\MainLayoutTests.cs (1)
161
JSInterop.Setup<
BrowserInfo
>("window.getBrowserInfo").SetResult(new BrowserInfo { TimeZone = "abc", UserAgent = "mozilla" });