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