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