2 writes to ShowSecretsWarning
Aspire.Dashboard (2)
Components\Dialogs\TextVisualizerDialog.razor.cs (2)
38
ShowSecretsWarning
= settingsResult.Value is not { SecretsWarningAcknowledged: true };
113
ShowSecretsWarning
= false;
5 references to ShowSecretsWarning
Aspire.Dashboard (2)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
78
return !Content.ContainsSecret ||
ShowSecretsWarning
is false;
Components_Dialogs_TextVisualizerDialog_razor.g.cs (1)
649
else if (
ShowSecretsWarning
is true)
Aspire.Dashboard.Components.Tests (3)
Controls\TextVisualizerDialogTests.cs (3)
174
cut.WaitForAssertion(() => Assert.False(cut.FindComponent<TextVisualizerDialog>().Instance.
ShowSecretsWarning
));
189
cut.WaitForAssertion(() => Assert.False(cut.FindComponent<TextVisualizerDialog>().Instance.
ShowSecretsWarning
));
191
cut.WaitForAssertion(() => Assert.False(cut.FindComponent<TextVisualizerDialog>().Instance.
ShowSecretsWarning
));