15 writes to DynamicLoading
Aspire.Hosting.Azure (4)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (4)
139
DynamicLoading
= new InputLoadOptions
192
DynamicLoading
= subscriptionLoadOptions
204
DynamicLoading
= new InputLoadOptions
241
DynamicLoading
= new InputLoadOptions
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
830
DynamicLoading
= new InputLoadOptions
884
DynamicLoading
= new InputLoadOptions
992
DynamicLoading
= new InputLoadOptions
1025
DynamicLoading
= new InputLoadOptions
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
81
DynamicLoading
= new InputLoadOptions
Stress.AppHost (6)
InteractionCommands.cs (6)
299
DynamicLoading
= new InputLoadOptions
347
DynamicLoading
= sharedDynamicOptions
358
DynamicLoading
= sharedDynamicOptions
367
DynamicLoading
= new InputLoadOptions
438
DynamicLoading
= new InputLoadOptions
455
DynamicLoading
= new InputLoadOptions
13 references to DynamicLoading
Aspire.Hosting (7)
Dashboard\DashboardService.cs (1)
125
.SelectMany(i => i.
DynamicLoading
?.DependsOnInputs ?? [])
Dashboard\DashboardServiceData.cs (1)
222
i => i.
DynamicLoading
is { } dynamic &&
InteractionService.cs (4)
135
if (input.
DynamicLoading
is { } dynamic)
145
throw new InvalidOperationException($"The input '{input.Name}' has {nameof(InteractionInput.
DynamicLoading
)} that depends on an input named '{dependsOnInputName}', but no such input exists.");
149
throw new InvalidOperationException($"The input '{input.Name}' has {nameof(InteractionInput.
DynamicLoading
)} that depends on an input named '{dependsOnInputName}', but that input is not defined before it. Inputs must be defined in order so that dependencies are always to earlier inputs.");
169
if (input.
DynamicLoading
is { } dynamic)
Pipelines\PipelineActivityReporter.cs (1)
303
.SelectMany(i => i.
DynamicLoading
?.DependsOnInputs ?? [])
Aspire.Hosting.Azure.Tests (6)
ProvisioningContextProviderTests.cs (6)
314
await inputsInteraction.Inputs[BaseProvisioningContextProvider.ResourceGroupName].
DynamicLoading
!.LoadCallback(new LoadInputContext
326
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].
DynamicLoading
!.LoadCallback(new LoadInputContext
385
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].
DynamicLoading
!.LoadCallback(new LoadInputContext
476
await inputsInteraction.Inputs[BaseProvisioningContextProvider.ResourceGroupName].
DynamicLoading
!.LoadCallback(new LoadInputContext
488
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].
DynamicLoading
!.LoadCallback(new LoadInputContext
497
await inputsInteraction.Inputs[BaseProvisioningContextProvider.LocationName].
DynamicLoading
!.LoadCallback(new LoadInputContext