Пример #1
0
 protected async Task RunPipeline(Type callGraphGeneratorType)
 {
     var pipeline = CreatePipeline(callGraphGeneratorType, Contributors.Concat(new[]
     {
         typeof(RequestResponseDisposer),
         typeof(PostExecuteMarkerContributor)
     }).ToArray(), opt => opt.OpenRasta.Pipeline.Validate = false);
     await pipeline.RunAsync(Context);
 }