13 writes to LoadCallback
Aspire.Hosting.Azure (3)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
141LoadCallback = async (context) => 170LoadCallback = async (context) => 203LoadCallback = async (context) =>
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
832LoadCallback = async c => 886LoadCallback = async c => 995LoadCallback = c => Task.FromResult<IReadOnlyList<KeyValuePair<string, string>>>(new Dictionary<string, string> 1028LoadCallback = c => Task.FromResult<IReadOnlyList<KeyValuePair<string, string>>>(new Dictionary<string, string>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
84LoadCallback = async (c) =>
Stress.AppHost (5)
InteractionCommands.cs (5)
301LoadCallback = async (context) => 316LoadCallback = async (context) => 370LoadCallback = async (context) => 440LoadCallback = async (context) => 457LoadCallback = async (context) =>
8 references to LoadCallback
Aspire.Hosting (5)
IInteractionService.cs (5)
171await _options.LoadCallback(new LoadInputContext 213/// Gets a value indicating whether <see cref="LoadCallback"/> should always be executed at the start of the input prompt. 216/// <see cref="LoadCallback"/> is executed at the start of the input prompt except when it depends on other inputs with <see cref="DependsOnInputs"/>. 222/// Gets the list of input names that this input depends on. <see cref="LoadCallback"/> is executed 229/// The context for dynamic input loading. Used with <see cref="InputLoadOptions.LoadCallback"/>.
Aspire.Hosting.Azure.Tests (3)
ProvisioningContextProviderTests.cs (3)
314await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].DynamicLoading!.LoadCallback(new LoadInputContext 374await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].DynamicLoading!.LoadCallback(new LoadInputContext 465await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].DynamicLoading!.LoadCallback(new LoadInputContext