3 writes to ArgumentInputs
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (2)
55ArgumentInputs = 252ArgumentInputs =
Commands\ResourceCommandTests.cs (1)
2357ArgumentInputs = argumentInputs
6 references to ArgumentInputs
aspire (6)
Backchannel\ResourceSnapshotMapper.cs (2)
128ArgumentInputs = c.command.ArgumentInputs.Length > 0 129? c.command.ArgumentInputs.Select(MapCommandArgumentInput).ToArray()
Commands\ResourceCommand.cs (4)
260if (command?.ArgumentInputs is { Length: > 0 } inputs) 268if (command?.ArgumentInputs is not { Length: > 0 } argumentInputs) 764if (command.ArgumentInputs.Length > 0) 769command.ArgumentInputs.Select(argument => (GetCommandOptionLabel(argument), GetArgumentDescription(argument, cliOptionNames))),