5 references to ResourceRepository
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
327
builder.Services.AddSingleton(services => services.GetRequiredService<DashboardDataSourcePool>().Current.
ResourceRepository
);
ServiceClient\DashboardDataSource.cs (2)
123
ResourceRepository = historicalDataSourceLease.
ResourceRepository
;
154
ResourceRepository = currentDataSource.
ResourceRepository
;
ServiceClient\DashboardDataSourcePool.cs (1)
128
_ = lease.
ResourceRepository
;
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
62
Assert.Same(databasePool.Current.
ResourceRepository
, app.Services.GetRequiredService<IResourceRepository>());