2 instantiations of UIOptions
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
21public UIOptions UI { get; set; } = new();
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
27var options = new DashboardOptions { UI = new UIOptions { DisableImport = disableImport } };
1 reference to UIOptions
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
21public UIOptions UI { get; set; } = new();