2 instantiations of ParameterProcessor
Aspire.Hosting.Tests (2)
Orchestrator\ApplicationOrchestratorTests.cs (1)
483new ParameterProcessor(
Orchestrator\ParameterProcessorTests.cs (1)
770return new ParameterProcessor(
40 references to ParameterProcessor
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (1)
333_innerBuilder.Services.AddSingleton<ParameterProcessor>();
Orchestrator\ApplicationOrchestrator.cs (2)
33private readonly ParameterProcessor _parameterProcessor; 47ParameterProcessor parameterProcessor,
Orchestrator\ParameterProcessor.cs (1)
24ILogger<ParameterProcessor> logger,
Pipelines\DistributedApplicationPipeline.cs (2)
50var parameterProcessor = context.Services.GetRequiredService<ParameterProcessor>();
Aspire.Hosting.Tests (34)
Orchestrator\ApplicationOrchestratorTests.cs (1)
487serviceProvider.GetRequiredService<ILogger<ParameterProcessor>>(),
Orchestrator\ParameterProcessorTests.cs (33)
26var parameterProcessor = CreateParameterProcessor(); 52var parameterProcessor = CreateParameterProcessor(interactionService: interactionService, disableDashboard: false); 78var parameterProcessor = CreateParameterProcessor(notificationService: notificationService); 108var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 124var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 142var parameterProcessor = CreateParameterProcessor(interactionService: interactionService, disableDashboard: false); 157var parameterProcessor = CreateParameterProcessor(); 176var parameterProcessor = CreateParameterProcessor(notificationService: notificationService, interactionService: testInteractionService); 272var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 300var parameterProcessor = CreateParameterProcessor(); 312var parameterProcessor = CreateParameterProcessor( 338var parameterProcessor = CreateParameterProcessor(loggerService: loggerService); 364var parameterProcessor = CreateParameterProcessor( 405var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 453var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 497var parameterProcessor = CreateParameterProcessor(); 522var parameterProcessor = CreateParameterProcessor(); 542var parameterProcessor = CreateParameterProcessor(); 568var parameterProcessor = CreateParameterProcessor(); 591var parameterProcessor = CreateParameterProcessor(); 613var parameterProcessor = CreateParameterProcessor(); 639var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 669var parameterProcessor = CreateParameterProcessor(); 709var parameterProcessor = app.Services.GetRequiredService<ParameterProcessor>(); 740var parameterProcessor = CreateParameterProcessor(); 761private static ParameterProcessor CreateParameterProcessor( 765ILogger<ParameterProcessor>? logger = null, 774logger ?? new NullLogger<ParameterProcessor>(), 841var parameterProcessor = CreateParameterProcessor(executionContext: executionContext); 866var parameterProcessor = CreateParameterProcessor( 905var parameterProcessor = CreateParameterProcessor( 944var parameterProcessor = CreateParameterProcessor(