5 writes to LinkText
Aspire.Hosting (3)
Dcp\DcpHost.cs (2)
402LinkText = InteractionStrings.ContainerRuntimeLinkText, 421LinkText = linkUrl is not null ? InteractionStrings.ContainerRuntimeLinkText : null,
VersionChecking\VersionCheckService.cs (1)
141LinkText = InteractionStrings.VersionCheckLinkText,
Aspire.Hosting.Tests (1)
Publishing\PublishingActivityReporterTests.cs (1)
503LinkText = "Learn more",
Stress.AppHost (1)
InteractionCommands.cs (1)
39_ = interactionService.PromptNotificationAsync("Error bar", "The command successfully executed.", new NotificationInteractionOptions { Intent = MessageIntent.Error, LinkText = "Click here for more information", LinkUrl = "https://www.microsoft.com" });
2 references to LinkText
Aspire.Hosting (1)
InteractionService.cs (1)
122var newState = new Interaction(title, message, options, new Interaction.NotificationInteractionInfo(intent: options.Intent ?? MessageIntent.None, linkText: options.LinkText, linkUrl: options.LinkUrl), cancellationToken);
Aspire.Hosting.Tests (1)
Dcp\DcpHostNotificationTests.cs (1)
361Assert.Equal("Learn more", notificationOptions.LinkText);