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
So based on your comment, does that mean that there is a workaround that I can use for now (something that won't radically change how I need to generate the docs)?
Modify System.Globalization.Invariant setting to false.
2. Steps to confirm behavior changes
Run docfx metadata command.
Run docfx build --serve command
Confirm TOC displayed orders.
To fix the root cause problems.
It need to create Custom IComparer<string> that compatible with InvariantCulture(with System.Globalization.Invariant: false)
Describe the bug
Title says it all. Examples:
Expected behavior
Generic types/methods should follow immediately after non-generic ones with the same name.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: