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" });
2 references to BrowserInfo
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
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" });