-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] .NET API bug: duplicate key in GenerateNestedTocStructure #9507
Comments
A few minutes of debugging tells me that the problem occurs because I have a (generated) type in the |
We have a similar problem, but the namespace-specific:
I replaced the actual namespace with |
Just chiming in to say that I have pretty much the same issue - an extension method in the |
It seems original reported issue can be resolved by updating PolySharp to PolySharp 1.14.1 If there are another issue that relating to |
Describe the bug
My docfx build started failing because of a duplicate dictionary key error when generating a nested ToC structure. This started happening after I updated PolySharp in my project to 1.14.0.
To Reproduce
git clone https://github.com/sliekens/gw2sdk.git cd gw2sdk git reset --hard c62c6f5167b6dbee83dbc73b1bf6d1a414fa945d git clean -df dotnet tool restore dotnet docfx
Expected behavior
No crash
Context (please complete the following information):
OS: Debian 12
Docfx version: 2.74.1
.NET version: .NET 8.0.100
docfx.json
configThe text was updated successfully, but these errors were encountered: