No XML comments in Visual Studio
Maybe <GenerateDocumentationFile> property could fix this?
The documentation files are in the package already:
Are you still seeing this?
I can repro this in Visual Studio (release and preview) but not in VS Code with C# Dev Kit:
Maybe there's a VS issue right now with getting signature help for members? Note that it seems to be working on the class itself just fine:
Further investigation seems it's just this method that's having the issue. Not sure what the root cause is yet.
Oh yes, you're right. On the class itself and other methods it works just fine.
And if I copy the method into my own code then the XML comment also shows up. Not on the nuget though.