3 references to DeleteParameterAsync
Aspire.Hosting (1)
Orchestrator\ParameterProcessor.cs (1)
218
await
DeleteParameterAsync
(parameterResource, context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (2)
Orchestrator\ParameterProcessorTests.cs (2)
1465
await parameterProcessor.
DeleteParameterAsync
(parameter);
1555
await parameterProcessor.
DeleteParameterAsync
(parameter);