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