-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
On my environment.
<xref:UnityEngine.GameObject>
failed to resolve the link.
But <xref:UnityEngine.Behaviour>
works as expected.
This seems to be caused by the sort order of xrefmap.yml
file.
docfx
expecting sorted xrefmap
should be sorted by Uid
with InvariantCulture
string comparer.
But the current contents of xrefmap.json
seem to be sorted by other string comparer.
And it causes failure search uid with `BinarySearch'.
https://github.com/dotnet/docfx/blob/7d511fb032de82d0105f08e1f649b2b066697397/src/Docfx.Build/XRefMaps/BasicXRefMapReader.cs#L36
Metadata
Metadata
Assignees
Labels
No labels