2 writes to ConfigurationKey
Aspire.Hosting (1)
ParameterResourceBuilderExtensions.cs (1)
146
ConfigurationKey
= configurationKey
Aspire.Hosting.Tests (1)
Orchestrator\ParameterProcessorTests.cs (1)
1492
ConfigurationKey
= "MyCustomSection:MyCustomKey"
10 references to ConfigurationKey
Aspire.Hosting (8)
Orchestrator\ParameterProcessor.cs (7)
254
var parameterSection = await deploymentStateManager.AcquireSectionAsync(parameterResource.
ConfigurationKey
, context.CancellationToken).ConfigureAwait(false);
294
var parameterSection = await deploymentStateManager.AcquireSectionAsync(parameterResource.
ConfigurationKey
, context.CancellationToken).ConfigureAwait(false);
349
var parameterSection = await deploymentStateManager.AcquireSectionAsync(parameterResource.
ConfigurationKey
, cancellationToken).ConfigureAwait(false);
379
var parameterSection = await deploymentStateManager.AcquireSectionAsync(parameterResource.
ConfigurationKey
, cancellationToken).ConfigureAwait(false);
456
var parameterSection = await deploymentStateManager.AcquireSectionAsync(parameterResource.
ConfigurationKey
, cancellationToken).ConfigureAwait(false);
521
var slot = await deploymentStateManager.AcquireSectionAsync(parameterResource.
ConfigurationKey
, cancellationToken).ConfigureAwait(false);
683
var slot = await deploymentStateManager.AcquireSectionAsync(parameter.
ConfigurationKey
, cancellationToken).ConfigureAwait(false);
ParameterResourceBuilderExtensions.cs (1)
305
new(CustomResourceKnownProperties.Source, resource.
ConfigurationKey
)
Aspire.Hosting.Tests (2)
Orchestrator\ParameterProcessorTests.cs (2)
974
var section = await deploymentStateManager.AcquireSectionAsync(parameter.
ConfigurationKey
).DefaultTimeout();
1045
var section = await deploymentStateManager.AcquireSectionAsync(parameter.
ConfigurationKey
).DefaultTimeout();