4 writes to DependsOnInputs
Aspire.Cli.Tests (4)
Backchannel\ResourceSnapshotMapperTests.cs (1)
73DependsOnInputs = ["browser"]
Commands\ResourceCommandTests.cs (3)
1869CreateArgument("item", inputType: "Choice", required: true, disabled: true, dynamicLoading: new ResourceSnapshotCommandArgumentDynamicLoading { DependsOnInputs = ["category"] }))) 1901CreateArgument("item", inputType: "Choice", required: true, disabled: true, dynamicLoading: new ResourceSnapshotCommandArgumentDynamicLoading { DependsOnInputs = ["category"] }), 1903CreateArgument("priority", inputType: "Choice", disabled: true, dynamicLoading: new ResourceSnapshotCommandArgumentDynamicLoading { DependsOnInputs = ["item"] })))
1 reference to DependsOnInputs
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
286DependsOnInputs = dynamicLoading.DependsOnInputs