5 writes to OnGetUnprotectedAsync
Aspire.Dashboard.Components.Tests (5)
Controls\TextVisualizerDialogTests.cs (1)
252localStorage.OnGetUnprotectedAsync = _ => new ValueTuple<bool, object>(true, new TextVisualizerDialog.TextVisualizerDialogSettings(SecretsWarningAcknowledged: true));
Layout\MainLayoutTests.cs (4)
49testLocalStorage.OnGetUnprotectedAsync = key => 111testLocalStorage.OnGetUnprotectedAsync = key => 163testLocalStorage.OnGetUnprotectedAsync = key => 209OnGetUnprotectedAsync = key => key switch
1 reference to OnGetUnprotectedAsync
Aspire.Dashboard.Components.Tests (1)
Shared\TestLocalStorage.cs (1)
26if (OnGetUnprotectedAsync is { } callback)