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