8 references to EnabledOptions
Aspire.Dashboard (4)
Components\Dialogs\TextVisualizerDialog.razor.cs (4)
49EnabledOptions.Clear(); 50EnabledOptions.Add(DashboardUIHelpers.PlaintextFormat); 62EnabledOptions.Add(DashboardUIHelpers.JsonFormat); 66EnabledOptions.Add(DashboardUIHelpers.XmlFormat);
Aspire.Dashboard.Components.Tests (4)
Controls\TextVisualizerDialogTests.cs (4)
52Assert.Equal([DashboardUIHelpers.JsonFormat, DashboardUIHelpers.PlaintextFormat], instance.EnabledOptions.ToImmutableSortedSet()); 74Assert.Equal([DashboardUIHelpers.PlaintextFormat, DashboardUIHelpers.XmlFormat], instance.EnabledOptions.ToImmutableSortedSet()); 101Assert.Equal([DashboardUIHelpers.PlaintextFormat, DashboardUIHelpers.XmlFormat], instance.EnabledOptions.ToImmutableSortedSet()); 117Assert.Equal([DashboardUIHelpers.PlaintextFormat], instance.EnabledOptions.ToImmutableSortedSet());