- Notifications
You must be signed in to change notification settings - Fork6.1k
Add the doc for newly added publish-related property PublishReferencesSymbols#50255
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Pull request overview
This PR adds documentation for the newly introducedPublishReferencesSymbols MSBuild property, which was added to the .NET SDK indotnet/sdk#49707. The documentation follows the established pattern for similar publish-related properties in the file.
- Adds
PublishReferencesSymbolsto the table of contents in alphabetical order - Documents the property's behavior for copying symbol files (PDB files) during publish
- Specifies the default value as
true
You can also share your feedback on Copilot code review for a chance to win a $100 gift card.Take the survey.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Summary
dotnet/sdk#49707 added a new publish-related property
PublishReferencesSymbols. Add the corresponding doc.Internal previews