Update 7.0 migration guidance #34146
Merged
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.
Fixes #34143
Thanks @dougclutter! 🚀
... and I missed enabling a section on
@bind:get/@bind:setmodifiers for binding. It was commented out at the time because there was a bug in the framework at release. The bug was fixed in a patch later. I enabled the new content in the 7.0 version of the binding article when the patch landed, but I failed to enable it in this article.This type of mistake likely won't happen again because now I use an approach to track content that I need to address during release. I place an HTML comment into the markdown to flag items like this. In this case, I would've placed something like "UPDATE 7.0 - Enable this when patched" with the product unit issue link in the comment. Then, this comment (and all of the other 7.0 items to address in articles) for the 7.0 release come up in a simple repo search of "UPDATE 7.0". I don't close out my main release tracking issue until all of the "UPDATE {VERSION}" items have been removed from the repo markdown. That's what I do these days, and it's been working very well for the last couple of releases.
Thanks again for the issue!
Internal previews