-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[dotnet] Fix missing documentation comments in NuGet package #10376
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
Conversation
Nobody? Easy fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @BaerMitUmlaut!
I think I am able to propose a fix for this, but building solution locally is a big pain. |
That's a shame. I wasn't able to make a proper build, maybe you'll have better luck. |
reopened the issue. I'm guessing it needs to be added to bazel somewhere in order to be included |
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
Maybe adding |
Everything, you know how to do it, does not work because of |
Description
All .nuspec files failed to include the XML files containing documentation comments. This regression was introduced with d77555a and affects v4.0.0, v4.0.1 and v4.1.0.
Fixes:
Both have been closed as duplicates of an unrelated bug (missing online documentation). Please consider reopening #10371 to track the underlying issue until this has been fixed. Both bugs do not mention online documentation, so I don't understand why they were closed.
Motivation and Context
Starting with version 4.0.0, all documentation comments were missing. This is because the XML file that contains those comments has been inadvertently excluded from the NuGet package.
Types of changes
Checklist
I was unable to test my changes because I was unable to complete a full build. Please consider improving your build instructions if you require such a complex build with this amount of dependencies.