-
Notifications
You must be signed in to change notification settings - Fork 5.1k
System.CommandLine update #111864
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
System.CommandLine update #111864
Conversation
…uild 20250122.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.552801 -> To Version 0.1.607201
Tagging subscribers to this area: @dotnet/area-system-console |
if (!Version.TryParse(result.Tokens.Single().Value, out Version? parsed)) | ||
{ | ||
result.AddError($"'{result.Tokens[0].Value}' is not a valid Version"); | ||
return default; |
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.
Nit: presumably parsed here is already default / null, so this line could just be removed?
I am adding NO-MERGE to make sure it's not merged before Preview 1 snap (VMR could suffer as most of our repos have dependency to S.CL) |
/azp list |
/azp run runtime-libraries stress-ssl |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
…cts do not import the repo infrastructure intentionally
# Conflicts: # src/coreclr/tools/InjectResource/Program.cs
/azp run runtime-libraries stress-ssl |
Azure Pipelines successfully started running 1 pipeline(s). |
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
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.
Let's update to beta5
src/libraries/System.Net.Security/tests/StressTests/SslStress/SslStress.csproj
Outdated
Show resolved
Hide resolved
# Conflicts: # src/coreclr/tools/aot/crossgen2/Crossgen2RootCommand.cs # src/coreclr/tools/cdac-build-tool/ComposeCommand.cs # src/coreclr/tools/cdac-build-tool/Program.cs # src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs
src/libraries/System.Net.Http/tests/StressTests/HttpStress/HttpStress.csproj
Outdated
Show resolved
Hide resolved
/azp run runtime-libraries stress-ssl |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-libraries stress-ssl |
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
@adamsitnik is this one ready? |
/ba-g the failure is unrelated |
Edit: this PR is blocked until NuGet/NuGet.Client#6236 gets merged (ETA is April).
This PR consists of three changes: