1 write to SymbolDisplayName
aspire (1)
Interaction\PromptBinding.cs (1)
38
SymbolDisplayName
= symbolDisplayName;
14 references to SymbolDisplayName
aspire (11)
Interaction\ConsoleInteractionService.cs (8)
225
ValidateResolvedStringValue(value, required, validator, binding!.
SymbolDisplayName
);
235
ValidateResolvedStringValue(binding.NonInteractiveDefaultValue, required, validator, binding.
SymbolDisplayName
);
239
ThrowNonInteractiveError(binding.
SymbolDisplayName
);
310
ThrowNonInteractiveError(binding.
SymbolDisplayName
);
382
ThrowNonInteractiveError(binding.
SymbolDisplayName
);
682
ThrowNonInteractiveError(binding.
SymbolDisplayName
);
855
ThrowNonInteractiveInvalidValue(value, binding.
SymbolDisplayName
, choices, choiceFormatter);
868
ThrowNonInteractiveInvalidValue(value, binding.
SymbolDisplayName
, choicesList, choiceFormatter);
Interaction\ExtensionInteractionService.cs (2)
152
_consoleInteractionService.ValidateResolvedStringValue(value, required, validator, binding!.
SymbolDisplayName
);
207
_consoleInteractionService.ValidateResolvedStringValue(value, required, validator, binding!.
SymbolDisplayName
);
Interaction\PromptBinding.cs (1)
86
new(_parseResult,
SymbolDisplayName
, _resolver, newDefault, hasExplicitDefault: true, nonInteractiveDefaultValue: newDefault);
Aspire.Cli.Tests (3)
Interaction\ConsoleInteractionServiceTests.cs (3)
1595
Assert.Equal(expectedDisplay, binding.
SymbolDisplayName
);
1809
Assert.Equal("'--yes'", binding.
SymbolDisplayName
);
1821
Assert.Equal("'--include'", binding.
SymbolDisplayName
);