-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Bump .NET SDK to 8.0.0 RTM build and move the current preview changelog to 7.4.md
#20850
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
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
📣 Hey @daxian-dbw, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://forms.office.com/r/P926k48jRJ |
PR Summary
It turns out the following changes were not moved from the 7.4 release branch back to the GitHub master branch:
7.4.mdThis PR cherry-picked the changes from the v7.4.0 release branch and made a couple needed changes.
I also updated the tab completion tests to fix the test failures. There are 2 failures due to the available modules in the testing environment:
AWSPowerShellmodule is available in the test environment, which contains theGet-CFKeyValueStoreListItemcmdlet, causing the completion test ofget-c*itemto generate 2 results:get-childitemandGet-CFKeyValueStoreListItem, which fails the expectation.TestsHelpersmodule gets imported during test run, and thus the completion test onusing module testcontains that in the results, which is unexpected to the test.Both tests are updated.