11 references to DashboardDataSourcePool
Aspire.Dashboard.Tests (11)
Model\DashboardDataSourceTests.cs (10)
145using var dataSourcePool = new DashboardDataSourcePool(runStore, CreateRepositoryFactory(options)); 203using var dataSourcePool = new DashboardDataSourcePool(runStore, CreateRepositoryFactory(options)); 816using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 866using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 914using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, CreateRepositoryFactory(options)); 995using var dataSourcePool = new DashboardDataSourcePool(runStore, repositoryFactory); 1057using var dataSourcePool = new DashboardDataSourcePool(runStore, repositoryFactory); 1151using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 1227using var dataSourcePool = new DashboardDataSourcePool(currentRunStore, repositoryFactory); 1258using var dataSourcePool = new DashboardDataSourcePool(runStore, repositoryFactory);
Shared\TestDashboardDataSource.cs (1)
27return new DashboardDataSourcePool(