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