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