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
);
675
ThrowNonInteractiveError(binding.
SymbolDisplayName
);
848
ThrowNonInteractiveInvalidValue(value, binding.
SymbolDisplayName
, choices, choiceFormatter);
861
ThrowNonInteractiveInvalidValue(value, binding.
SymbolDisplayName
, choicesList, choiceFormatter);
Interaction\ExtensionInteractionService.cs (2)
145
_consoleInteractionService.ValidateResolvedStringValue(value, required, validator, binding!.
SymbolDisplayName
);
200
_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)
1551
Assert.Equal(expectedDisplay, binding.
SymbolDisplayName
);
1765
Assert.Equal("'--yes'", binding.
SymbolDisplayName
);
1777
Assert.Equal("'--include'", binding.
SymbolDisplayName
);