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
code in main, mainly in docs, are causing CI to fail in the "Check markdown links" leg. Can you take a look?
It appears to be links pointing to the obsoleted interfaces (presumably docfx is not producing API docs for these). docfx supports <xref> tags that it resolves to API docs (and warns if it can't). We should update all markdown links to types in our docs to use xref tags.