2 writes to ShowSecretsWarning
Aspire.Dashboard (2)
Components\Dialogs\TextVisualizerDialog.razor.cs (2)
39
ShowSecretsWarning
= settingsResult.Value is not { SecretsWarningAcknowledged: true };
114
ShowSecretsWarning
= false;
5 references to ShowSecretsWarning
Aspire.Dashboard (2)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
79
return !Content.ContainsSecret ||
ShowSecretsWarning
is false;
Components_Dialogs_TextVisualizerDialog_razor.g.cs (1)
643
else if (
ShowSecretsWarning
is true)
Aspire.Dashboard.Components.Tests (3)
Controls\TextVisualizerDialogTests.cs (3)
175
cut.WaitForAssertion(() => Assert.False(cut.FindComponent<TextVisualizerDialog>().Instance.
ShowSecretsWarning
));
190
cut.WaitForAssertion(() => Assert.False(cut.FindComponent<TextVisualizerDialog>().Instance.
ShowSecretsWarning
));
192
cut.WaitForAssertion(() => Assert.False(cut.FindComponent<TextVisualizerDialog>().Instance.
ShowSecretsWarning
));