-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[release/8.0.2xx] Update dependencies from dotnet/command-line-api #35902
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
[release/8.0.2xx] Update dependencies from dotnet/command-line-api #35902
Conversation
…uild 20230807.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.430701 -> To Version 0.1.440701
|
CliCommand seems to be something defined in System.CommandLine. Looking at the dotnet/command-line-api repo, though, the only recent change was getting a dependency update from dotnet/source-build-reference-packages. Were those reference packages created incorrectly somehow? @mmitche, @MichaelSimons, any ideas? |
|
Actually, it occurred to me that perhaps it just has a different version of CliCommand—so maybe taking #35895 will fix this. Not sure if that's true. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…uild 20230807.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.430701 -> To Version 0.1.440701
…uild 20230807.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.430701 -> To Version 0.1.440701
…uild 20230807.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.430701 -> To Version 0.1.440701
…uild 20230807.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.430701 -> To Version 0.1.440701
Looks like this is related to a breaking change in System.CommandLine - dotnet/command-line-api#2205. The CliAction type moved to a new namespace. |
…uild 20230807.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.430701 -> To Version 0.1.440701
|
For detail information refer to #34751 (comment) |
This pull request updates the following dependencies
From https://github.com/dotnet/command-line-api