1 write to DisableImport
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
27var options = new DashboardOptions { UI = new UIOptions { DisableImport = disableImport } };
1 reference to DisableImport
Aspire.Dashboard (1)
Model\TelemetryImportService.cs (1)
26public bool IsImportEnabled => _options.CurrentValue.UI.DisableImport != true;