You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Add IExternalSymbolResolver + link policy. When cref can't be resolved internally, optionally link to external docs (e.g., learn.microsoft.com) instead of plain text.
Tasks
Define IExternalSymbolResolver.
Extend ILinkResolver to leverage resolver based on policy.
Summary
Add
IExternalSymbolResolver+ link policy. When cref can't be resolved internally, optionally link to external docs (e.g., learn.microsoft.com) instead of plain text.Tasks
IExternalSymbolResolver.ILinkResolverto leverage resolver based on policy.LinkPolicy.PreferExternalForUnknown+ provider.Acceptance