13 writes to LoadCallback
Aspire.Hosting.Azure (3)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
141
LoadCallback
= async (context) =>
170
LoadCallback
= async (context) =>
203
LoadCallback
= async (context) =>
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
832
LoadCallback
= async c =>
886
LoadCallback
= async c =>
995
LoadCallback
= c => Task.FromResult<IReadOnlyList<KeyValuePair<string, string>>>(new Dictionary<string, string>
1028
LoadCallback
= c => Task.FromResult<IReadOnlyList<KeyValuePair<string, string>>>(new Dictionary<string, string>
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
84
LoadCallback
= async (c) =>
Stress.AppHost (5)
InteractionCommands.cs (5)
301
LoadCallback
= async (context) =>
316
LoadCallback
= async (context) =>
370
LoadCallback
= async (context) =>
440
LoadCallback
= async (context) =>
457
LoadCallback
= async (context) =>
8 references to LoadCallback
Aspire.Hosting (5)
IInteractionService.cs (5)
171
await _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)
314
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].DynamicLoading!.
LoadCallback
(new LoadInputContext
374
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].DynamicLoading!.
LoadCallback
(new LoadInputContext
465
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].DynamicLoading!.
LoadCallback
(new LoadInputContext