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
Hello!
I tried running InferNull on the SharpZipLib source and it failed with a duplicate key exception.
I added some debugging output to see what is going on, and it seems like it chokes on the documentation comment types:
Perhaps this is a known issue? I will try substituting the missing SyntaxTypes to continue testing.
The initial duplicate key exception was thrown in ICSharpCode.NullabilityInference.SyntaxToNodeMapping.CreateNewNode() and the missing key was in ICSharpCode.NullabilityInference.SyntaxToNodeMapping[TypeSyntax syntax]
The text was updated successfully, but these errors were encountered:
Hello!
I tried running
InferNull
on the SharpZipLib source and it failed with a duplicate key exception.I added some debugging output to see what is going on, and it seems like it chokes on the documentation comment types:
Perhaps this is a known issue? I will try substituting the missing
SyntaxType
s to continue testing.The initial duplicate key exception was thrown in
ICSharpCode.NullabilityInference.SyntaxToNodeMapping.CreateNewNode()
and the missing key was inICSharpCode.NullabilityInference.SyntaxToNodeMapping[TypeSyntax syntax]
The text was updated successfully, but these errors were encountered: