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
Adding the reference to a project assembly two times in csproj file crashes docfx during metadata extraction.
Functional impact
when editing csproj by hand (or with git automatic merge from two branches) it happens that the reference to the same assembly is added two times. when it happens docfx crash during metadata extraction.
Title
Adding the reference to a project assembly two times in csproj file crashes docfx during metadata extraction.
Functional impact
when editing csproj by hand (or with git automatic merge from two branches) it happens that the reference to the same assembly is added two times. when it happens docfx crash during metadata extraction.
Minimal repro steps
-> crash
stacktrace.txt
Expected result
Second reference should be ignored
Actual result
Argument Exception the same assembly is added two times in a dictionary collection crashing the build
A task was
The text was updated successfully, but these errors were encountered: