3 writes to LinkUrl
Aspire.Hosting (1)
VersionChecking\VersionCheckService.cs (1)
143
LinkUrl
= "https://aka.ms/dotnet/aspire/update-latest",
Aspire.Hosting.Tests (1)
Publishing\PublishingActivityReporterTests.cs (1)
504
LinkUrl
= "https://example.com"
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" });
1 reference to LinkUrl
Aspire.Hosting (1)
InteractionService.cs (1)
119
var newState = new Interaction(title, message, options, new Interaction.NotificationInteractionInfo(intent: options.Intent ?? MessageIntent.None, linkText: options.LinkText, linkUrl: options.
LinkUrl
), cancellationToken);