24 references to CreateRepositoryAsync
Aspire.Dashboard.Tests (24)
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (24)
33
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
75
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
130
using (var repositoryContext = await
CreateRepositoryAsync
(workspace.Path, outgoingPeerResolvers: [outgoingPeerResolver]))
172
using var reopenedContext = await
CreateRepositoryAsync
(workspace.Path, readOnly: true);
187
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
206
using var historicalContext = await
CreateRepositoryAsync
(workspace.Path, readOnly: true);
240
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
258
using var reopenedContext = await
CreateRepositoryAsync
(workspace.Path, readOnly: true);
276
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
298
using var historicalContext = await
CreateRepositoryAsync
(workspace.Path, readOnly: true);
329
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
362
using var historicalContext = await
CreateRepositoryAsync
(workspace.Path, readOnly: true);
390
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
409
using var historicalContext = await
CreateRepositoryAsync
(workspace.Path, readOnly: true);
445
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
479
using var reopenedContext = await
CreateRepositoryAsync
(workspace.Path);
514
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
559
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
653
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
687
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
733
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
798
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
852
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path);
897
using var repositoryContext = await
CreateRepositoryAsync
(workspace.Path, maxTraceCount: 1);