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)
2374
Name
= name,
9 references to Name
aspire (9)
Backchannel\ResourceSnapshotMapper.cs (1)
258
Name = input.
Name
,
Commands\ResourceCommand.cs (8)
298
.Select(argument => $"--{ToKebabCase(argument.
Name
)}")
336
arguments[argument.
Name
] = parseResult.GetValue(boolOption).ToString().ToLowerInvariant();
341
arguments[argument.
Name
] = value?.ToString(CultureInfo.InvariantCulture);
345
arguments[argument.
Name
] = parseResult.GetValue(stringOption);
387
var optionName = ToKebabCase(argument.
Name
);
444
var exactName = $"--{argument.
Name
}";
855
var optionName = ToKebabCase(argument.
Name
);
888
var optionName = ToKebabCase(argument.
Name
);