1 write to Database
Aspire.Dashboard (1)
ServiceClient\DashboardDataSourcePool.cs (1)
230Database = database;
4 references to Database
Aspire.Dashboard (1)
ServiceClient\DashboardDataSourcePool.cs (1)
141await Current.Database.InitializeSchemaAsync(cancellationToken).ConfigureAwait(false);
Aspire.Dashboard.Tests (3)
Integration\StartupTests.cs (3)
58Assert.Equal(currentRun.DatabasePath, databasePool.Current.Database.DatabasePath); 59Assert.False(databasePool.Current.Database.IsReadOnly); 60Assert.Same(databasePool.Current.Database.ActivitySource, telemetryRepository.SqlActivitySource);