4 writes to OnSetAsync
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (4)
481
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
685
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
994
OnSetAsync
= (_, value) => storedRunId = Assert.IsType<string>(value)
1057
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)