Skip to content

see href links in tooltips should be clickable #20591

Description

@kerams
///<summary>
///            This method is called when the <see cref="T:Microsoft.Extensions.Hosting.IHostedService" /> starts. The implementation should return a task that represents
///            the lifetime of the long running operation(s) being performed.
///            </summary>
///<param name="stoppingToken">Triggered when <see cref="M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)" /> is called.</param>
///<returns>A <see cref="T:System.Threading.Tasks.Task" /> that represents the long running operations.</returns>
///<remarks>See <see href="https://learn.microsoft.com/dotnet/core/extensions/workers">Worker Services in .NET</see> for implementation guidelines.</remarks>
override ExecuteAsync: stoppingToken: System.Threading.CancellationToken -> System.Threading.Tasks.Task
Image

This isn't clickable or copyable.

Describe the solution you'd like

Image

Clickable and also shows the see text instead of the URL.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions