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