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
It seems that after getting the nuget package, the documentation is not included with it. It is not visible through intellisense nor when viewed with the ILSpy decompiler (usually documentation is visible there). I found the issue #917 which seems to be relevant, and has been marked as closed, but it doesn't seem to solve the issue.
I am not sure why it is still a problem, but I would assume it is to do with the conditional flag on the GenerateDocumentationFile property.
The text was updated successfully, but these errors were encountered:
I found the cause of the missing documentation. The commit that is tagged v2.1.0 is e5e4fd6 which is three commits behind 0cd2aba which was created because of my issue. So the reason was that the old fix was just too late for the 2.1.0 release.
The new fix in 5d102d3 just changed that the documentation is now created each time the code is compiled compared to previously when it would just be created for release builds.
It seems that after getting the nuget package, the documentation is not included with it. It is not visible through intellisense nor when viewed with the ILSpy decompiler (usually documentation is visible there). I found the issue #917 which seems to be relevant, and has been marked as closed, but it doesn't seem to solve the issue.
I am not sure why it is still a problem, but I would assume it is to do with the conditional flag on the
GenerateDocumentationFile
property.The text was updated successfully, but these errors were encountered: