4 writes to Name
Aspire.Cli.Tests (4)
Backchannel\ResourceSnapshotMapperTests.cs (3)
59Name = "selector", 256Name = "password", 262Name = "environment",
Commands\ResourceCommandTests.cs (1)
2374Name = name,
9 references to Name
aspire (9)
Backchannel\ResourceSnapshotMapper.cs (1)
258Name = input.Name,
Commands\ResourceCommand.cs (8)
298.Select(argument => $"--{ToKebabCase(argument.Name)}") 336arguments[argument.Name] = parseResult.GetValue(boolOption).ToString().ToLowerInvariant(); 341arguments[argument.Name] = value?.ToString(CultureInfo.InvariantCulture); 345arguments[argument.Name] = parseResult.GetValue(stringOption); 387var optionName = ToKebabCase(argument.Name); 444var exactName = $"--{argument.Name}"; 855var optionName = ToKebabCase(argument.Name); 888var optionName = ToKebabCase(argument.Name);