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.
Originally posted by @eiriktsarpalis in #860 (comment)