2 references to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (2)
IngestionPipelineTests.cs (2)
125List<IngestionResult> ingestionResults = await pipeline.ProcessAsync(directory, "*.md").ToListAsync(); 207await Verify(pipeline.ProcessAsync(_sampleDirectory));