3 writes to OnGetUnprotectedAsync
Aspire.Dashboard.Components.Tests (3)
Controls\TextVisualizerDialogTests.cs (1)
187
localStorage.
OnGetUnprotectedAsync
= _ => new ValueTuple<bool, object>(true, new TextVisualizerDialog.TextVisualizerDialogSettings(SecretsWarningAcknowledged: true));
Layout\MainLayoutTests.cs (2)
40
testLocalStorage.
OnGetUnprotectedAsync
= key =>
97
testLocalStorage.
OnGetUnprotectedAsync
= key =>
1 reference to OnGetUnprotectedAsync
Aspire.Dashboard.Components.Tests (1)
Shared\TestLocalStorage.cs (1)
20
if (
OnGetUnprotectedAsync
is { } callback)