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
Looking through the code of Client & Client.Linq, it appears that most of it is documented with XML comments. However, the .csproj files for these projects do not have <GenerateDocumentationFile>true</GenerateDocumentationFile>, and consequently, none of the XML comments written are visible to users installing the package through NuGet.
Was this intentional? If it's not, I would like to open a pull request to add that behavior to the .csproj files