-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Revert "[main] Update dependencies from dotnet/command-line-api (#29131)" #33146
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@@ -22,7 +22,7 @@ internal static class ValidatePackage | |||
bool enableRuleAttributesMustMatch, | |||
string[]? excludeAttributesFiles, | |||
bool enableRuleCannotChangeParameterName, | |||
string? packagePath, | |||
string packagePath, |
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 doesn't look right.
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.
I think this is a strict revert of the prior change.
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.
Then the state before the command line api change was made, was incorrect. Please revert this change as we accept a nullable package path string in PackageValidation (and later throw).
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.
Sorry, this is currently blocking codeflow to installer and we don't want to delay further. It'll come back with the revert of the revert.
This reverts commit f8831a6.
We're reverting this because it blocks installer codeflow. We need to sychronize the changes with other repos that codeflow S.CL so that flow is blocked as little as possible.