4 writes to OnGetAsync
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (2)
372OnGetAsync = _ => throw new InvalidOperationException("Run selection should not be read.") 870OnGetAsync = _ => (true, "historical"),
Pages\MetricsTests.cs (1)
401OnGetAsync = key =>
Pages\ResourcesTests.cs (1)
407sessionStorage.OnGetAsync = key =>
1 reference to OnGetAsync
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestSessionStorage.cs (1)
22if (OnGetAsync is { } callback)