8 references to Name
aspire (6)
Commands\RenderCommand.cs (2)
91InteractionService.DisplayMessage(emoji, $"DisplayMessage with {emoji.Name}"); 102$"ShowStatus with {emoji.Name} for 2 seconds...",
Interaction\ConsoleInteractionService.cs (3)
54statusText = FormatEmojiPrefix(e.Name) + statusText; 96statusText = FormatEmojiPrefix(e.Name) + statusText; 237MessageConsole.MarkupLine(FormatEmojiPrefix(emoji.Name) + displayMessage);
Interaction\ExtensionInteractionService.cs (1)
248var result = _extensionTaskChannel.Writer.TryWrite(() => Backchannel.DisplayMessageAsync(emoji.Name, message.RemoveSpectreFormatting(), _cancellationToken));
Aspire.Cli.Tests (2)
Interaction\KnownEmojisTests.cs (2)
25var input = $":{knownEmoji.Name}:"; 28Assert.True(resolved != input, $"KnownEmojis.{field.Name} with emoji name \"{knownEmoji.Name}\" is not recognized by Spectre.Console.");