3 writes to ArgumentInputs
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (2)
55ArgumentInputs = 252ArgumentInputs =
Commands\ResourceCommandTests.cs (1)
2355ArgumentInputs = 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)
261if (command?.ArgumentInputs is { Length: > 0 } inputs) 269if (command?.ArgumentInputs is not { Length: > 0 } argumentInputs) 768if (command.ArgumentInputs.Length > 0) 773command.ArgumentInputs.Select(argument => (GetCommandOptionLabel(argument), GetArgumentDescription(argument, cliOptionNames))),