2 instantiations of ParameterProcessor
Aspire.Hosting.Tests (2)
Orchestrator\ApplicationOrchestratorTests.cs (1)
470new ParameterProcessor(
Orchestrator\ParameterProcessorTests.cs (1)
768return new ParameterProcessor(
37 references to ParameterProcessor
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (1)
302_innerBuilder.Services.AddSingleton<ParameterProcessor>();
Orchestrator\ApplicationOrchestrator.cs (2)
34private readonly ParameterProcessor _parameterProcessor; 48ParameterProcessor parameterProcessor,
Orchestrator\ParameterProcessor.cs (1)
25ILogger<ParameterProcessor> logger,
Pipelines\DistributedApplicationPipeline.cs (2)
100var parameterProcessor = context.Services.GetRequiredService<ParameterProcessor>();
Aspire.Hosting.Tests (31)
Orchestrator\ApplicationOrchestratorTests.cs (1)
474NullLogger<ParameterProcessor>.Instance,
Orchestrator\ParameterProcessorTests.cs (30)
24var parameterProcessor = CreateParameterProcessor(); 50var parameterProcessor = CreateParameterProcessor(interactionService: interactionService, disableDashboard: false); 76var parameterProcessor = CreateParameterProcessor(notificationService: notificationService); 106var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 122var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 140var parameterProcessor = CreateParameterProcessor(interactionService: interactionService, disableDashboard: false); 155var parameterProcessor = CreateParameterProcessor(); 174var parameterProcessor = CreateParameterProcessor(notificationService: notificationService, interactionService: testInteractionService); 270var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 298var parameterProcessor = CreateParameterProcessor(); 310var parameterProcessor = CreateParameterProcessor( 336var parameterProcessor = CreateParameterProcessor(loggerService: loggerService); 362var parameterProcessor = CreateParameterProcessor( 403var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 451var parameterProcessor = CreateParameterProcessor(interactionService: testInteractionService); 495var parameterProcessor = CreateParameterProcessor(); 520var parameterProcessor = CreateParameterProcessor(); 540var parameterProcessor = CreateParameterProcessor(); 566var parameterProcessor = CreateParameterProcessor(); 589var parameterProcessor = CreateParameterProcessor(); 611var parameterProcessor = CreateParameterProcessor(); 637var parameterProcessor = CreateParameterProcessor(interactionService: interactionService); 667var parameterProcessor = CreateParameterProcessor(); 707var parameterProcessor = app.Services.GetRequiredService<ParameterProcessor>(); 738var parameterProcessor = CreateParameterProcessor(); 759private static ParameterProcessor CreateParameterProcessor( 763ILogger<ParameterProcessor>? logger = null, 772logger ?? new NullLogger<ParameterProcessor>(), 839var parameterProcessor = CreateParameterProcessor(executionContext: executionContext);