14 writes to DynamicLoading
Aspire.Hosting.Azure (3)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
139DynamicLoading = new InputLoadOptions 168DynamicLoading = new InputLoadOptions 201DynamicLoading = new InputLoadOptions
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
830DynamicLoading = new InputLoadOptions 884DynamicLoading = new InputLoadOptions 992DynamicLoading = new InputLoadOptions 1025DynamicLoading = new InputLoadOptions
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
81DynamicLoading = new InputLoadOptions
Stress.AppHost (6)
InteractionCommands.cs (6)
299DynamicLoading = new InputLoadOptions 347DynamicLoading = sharedDynamicOptions 358DynamicLoading = sharedDynamicOptions 367DynamicLoading = new InputLoadOptions 438DynamicLoading = new InputLoadOptions 455DynamicLoading = new InputLoadOptions
10 references to DynamicLoading
Aspire.Hosting (7)
Dashboard\DashboardService.cs (1)
125.SelectMany(i => i.DynamicLoading?.DependsOnInputs ?? [])
Dashboard\DashboardServiceData.cs (1)
222i => i.DynamicLoading is { } dynamic &&
InteractionService.cs (4)
135if (input.DynamicLoading is { } dynamic) 145throw new InvalidOperationException($"The input '{input.Name}' has {nameof(InteractionInput.DynamicLoading)} that depends on an input named '{dependsOnInputName}', but no such input exists."); 149throw 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."); 169if (input.DynamicLoading is { } dynamic)
Pipelines\PipelineActivityReporter.cs (1)
303.SelectMany(i => i.DynamicLoading?.DependsOnInputs ?? [])
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