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

Add GenerateDocumentationFile to make summaries show up in IDEs #365

Merged
merged 8 commits into from
Sep 24, 2024

Conversation

NielsPilgaard
Copy link
Contributor

Without GenerateDocumentationFile set to true, your great code summaries never make it to the developer using the nuget.

Without `GenerateDocumentationFile` set to true, your great code summaries never make it to the developer using the nuget.
Copy link
Contributor

@marcin-krystianc marcin-krystianc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @NielsPilgaard,

Thanks for raising this PR. Could you have a look at these build warnings/errors?

error CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' 

@NielsPilgaard
Copy link
Contributor Author

Hi @NielsPilgaard,

Thanks for raising this PR. Could you have a look at these build warnings/errors?

error CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' 

Absolutely, I'll have a look tonight 👍

@NielsPilgaard
Copy link
Contributor Author

I hope this is an acceptable approach, it was either ignoring warning CS1591 or adding summaries in over 1700 places 😅

Copy link
Contributor

@marcin-krystianc marcin-krystianc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope this is an acceptable approach, it was either ignoring warning CS1591 or adding summaries in over 1700 places 😅

Yeah, that makes sense.

Thank you!

@marcin-krystianc marcin-krystianc merged commit b979d1e into G-Research:master Sep 24, 2024
243 checks passed
@NielsPilgaard NielsPilgaard deleted the patch-1 branch September 24, 2024 09:15
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

Successfully merging this pull request may close these issues.

2 participants