8 writes to LinkUrl
Aspire.Hosting (3)
Dcp\DcpHost.cs (2)
387
LinkUrl
= "https://aka.ms/dotnet/aspire/containers"
406
LinkUrl
= linkUrl
VersionChecking\VersionCheckService.cs (1)
152
LinkUrl
= "https://aka.ms/dotnet/aspire/update-latest",
Aspire.Hosting.Azure.Functions (1)
src\Shared\RequiredCommandValidator.cs (1)
131
LinkUrl
= link,
Aspire.Hosting.DevTunnels (1)
src\Shared\RequiredCommandValidator.cs (1)
131
LinkUrl
= link,
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
131
LinkUrl
= link,
Aspire.Hosting.Tests (1)
Publishing\PipelineActivityReporterTests.cs (1)
605
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" });
3 references to LinkUrl
Aspire.Hosting (1)
InteractionService.cs (1)
230
var newState = new Interaction(title, message, options, new Interaction.NotificationInteractionInfo(intent: options.Intent ?? MessageIntent.None, linkText: options.LinkText, linkUrl: options.
LinkUrl
), interactionCts.Token);
Aspire.Hosting.Tests (2)
Dcp\DcpHostNotificationTests.cs (2)
257
Assert.Null(notificationOptions.
LinkUrl
); // No specific link for Podman
376
Assert.Equal("https://aka.ms/dotnet/aspire/containers", notificationOptions.
LinkUrl
);