14 writes to DynamicLoading
Aspire.Hosting.Azure (3)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
139
DynamicLoading
= new InputLoadOptions
168
DynamicLoading
= new InputLoadOptions
201
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
10 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 (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