libplanet
libplanet copied to clipboard
Apparently `cref`s to other than Libplanet.dll are not resolved
When you see the part of the document, you can see the exceptions' link like InvalidOperationException or KeyNotFoundException.
Examples
@moreal Could you give more detailed info or the screen capture about the symptom you said? (I couldn't get the point 😅 )
I think it's that on the XML there is a reference to exceptions:
but once it's compiled it vanishes:
(notice the lack of KeyNotFoundException)
That's what I mean, if the title made you confused, it should be corrected 😓
Since our document does not have referenced exception type, it cannot be seen on document.
It would be better to use
This may have occurred due to a MSBuild bug, refer https://github.com/dotnet/docfx/issues/8097 and https://github.com/dotnet/msbuild/issues/7832. Not sure if it's suitable as a good first issue. 🤔