-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/command-line-api #29012
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
[main] Update dependencies from dotnet/command-line-api #29012
Conversation
…uild 20221110.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.352601 -> To Version 0.1.356001
…uild 20221110.2 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.352601 -> To Version 0.1.356002
…uild 20221110.3 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.352601 -> To Version 0.1.356003
@jonsequitur @baronfel @dotnet/system-commandline Are there breaking API changes from System.CommandLine coming in here? |
…uild 20221111.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.352601 -> To Version 0.1.356101
Yes, we are currently working on moving S.CL to BCL and part of the process is introducing some breaking changes (to improve the API design). I am going to push fixes to this branch to unblock the PR. |
* rename "GetValueForOption" and "GetValueForArgument" to just "GetValue" * rename "getDefaultValue" to "defaultValueFactory" * rename "FromAmong" to "AcceptOnlyFromAmong" * rename "ExistingOnly" to "AcceptExistingOnly" * replace CompletionDelegate with Func<CompletionContext, IEnumerable<CompletionItem>> * replace ParseArgument<T> with Func<ArgumentResult, T> * replace HelpSectionDelegate with Action<HelpContext> remove unused usings
|
This PR is currently blocked by dotnet/command-line-api#1963 |
|
The fix in S.CL got merged (dotnet/command-line-api#1964) so now it should be just a matter of the nuget package update getting here. |
…uild 20221114.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.352601 -> To Version 0.1.356401
adamsitnik
left a comment
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.
LGTM
|
@dsplaisted @ViktorHofer is it OK for me to merge this PR if all the changes here were done by myself? |
|
FWIW I looked over this just now and it looks great to me 👍 Thanks for taking the time to handle the API changes, @adamsitnik |
This pull request updates the following dependencies
From https://github.com/dotnet/command-line-api