Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It might be interesting to just do a diff test of this to make sure nothing stands out (like dropped files or something). I don't think we have a lot of validation for that. It could be a cheap test to do to reduce risk: use Beyond Compare or something to diff the two nuget package directories.
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.
@ericstj @safern I created a branch in the api-catalog-infra repo where I uploaded the contents of the contents of the last nuget package (RC1) as the baseline, then I submitted this PR with the contents of the RTM package, to see the diff.
The diff looks good for the modified files, but I noticed there is a new file:
IntellisenseFiles/net-6.0/System.Text.Json.SourceGeneration.xml
. Do you think having this xml would be problematic?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.
Update: I realized I decompressed the zip file incorrectly. I first had to delete everything from the baseline folder, then extract the contents of the new file in place. The WPF and WinForms xml files are all missing. I'll investigate this with the Docs team.
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.
This PR was accidentally merged, but it was promptly reverted. I will create a new backport PR.