8 references to EnabledOptions
Aspire.Dashboard (4)
Components\Dialogs\TextVisualizerDialog.razor.cs (4)
57EnabledOptions.Clear(); 58EnabledOptions.Add(DashboardUIHelpers.PlaintextFormat); 77EnabledOptions.Add(DashboardUIHelpers.JsonFormat); 81EnabledOptions.Add(DashboardUIHelpers.XmlFormat);
Aspire.Dashboard.Components.Tests (4)
Controls\TextVisualizerDialogTests.cs (4)
51Assert.Equal([DashboardUIHelpers.JsonFormat, DashboardUIHelpers.PlaintextFormat], instance.EnabledOptions.ToImmutableSortedSet()); 73Assert.Equal([DashboardUIHelpers.PlaintextFormat, DashboardUIHelpers.XmlFormat], instance.EnabledOptions.ToImmutableSortedSet()); 100Assert.Equal([DashboardUIHelpers.PlaintextFormat, DashboardUIHelpers.XmlFormat], instance.EnabledOptions.ToImmutableSortedSet()); 116Assert.Equal([DashboardUIHelpers.PlaintextFormat], instance.EnabledOptions.ToImmutableSortedSet());