Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisene documentation does not show up #1047

Closed
nightowl286 opened this issue Jul 21, 2023 · 2 comments
Closed

Intellisene documentation does not show up #1047

nightowl286 opened this issue Jul 21, 2023 · 2 comments

Comments

@nightowl286
Copy link

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.

@markheath
Copy link
Contributor

OK, have tried making the change for the next version

@KPHIBYE
Copy link

KPHIBYE commented Aug 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants