4 writes to OnSetAsync
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (4)
418
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
593
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
871
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
934
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
1 reference to OnSetAsync
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestSessionStorage.cs (1)
33
if (
OnSetAsync
is { } callback)