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
The problem happens when there's a <see cref="..."/> element in the docs and the cref points to a symbol from the standard library or elsewhere that we might have imported but didn't specify as documentation output.
The problem happens when there's a
<see cref="..."/>
element in the docs and thecref
points to a symbol from the standard library or elsewhere that we might have imported but didn't specify as documentation output.See https://github.com/Wyamio/Wyam/blob/e674d45e96867f3cd3764bf344f4de70a3f3a85f/src/extensions/Wyam.CodeAnalysis/Analysis/XmlDocumentationParser.cs#L716 - presumably the
link
is populated but is either and empty string or something like a/
or.
.The text was updated successfully, but these errors were encountered: