4 writes to Name
Aspire.Cli.Tests (4)
Backchannel\ResourceSnapshotMapperTests.cs (3)
59
Name
= "selector",
256
Name
= "password",
262
Name
= "environment",
Commands\ResourceCommandTests.cs (1)
2372
Name
= name,
9 references to Name
aspire (9)
Backchannel\ResourceSnapshotMapper.cs (1)
258
Name = input.
Name
,
Commands\ResourceCommand.cs (8)
299
.Select(argument => $"--{ToKebabCase(argument.
Name
)}")
337
arguments[argument.
Name
] = parseResult.GetValue(boolOption).ToString().ToLowerInvariant();
342
arguments[argument.
Name
] = value?.ToString(CultureInfo.InvariantCulture);
346
arguments[argument.
Name
] = parseResult.GetValue(stringOption);
388
var optionName = ToKebabCase(argument.
Name
);
445
var exactName = $"--{argument.
Name
}";
859
var optionName = ToKebabCase(argument.
Name
);
892
var optionName = ToKebabCase(argument.
Name
);