Skip to content

Commit 68aa7e8

Browse files
[release/6.x] Update dependencies from dotnet/command-line-api (#3556)
* Update dependencies from https://github.com/dotnet/command-line-api build 20230202.3 System.CommandLine From Version 2.0.0-beta4.23073.1 -> To Version 2.0.0-beta4.23102.3 * Update dependencies from https://github.com/dotnet/command-line-api build 20230203.1 System.CommandLine From Version 2.0.0-beta4.23073.1 -> To Version 2.0.0-beta4.23103.1 * Update baseline --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Justin Anderson <[email protected]>
1 parent 24d0468 commit 68aa7e8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<Uri>https://github.com/dotnet/runtime</Uri>
2121
<Sha>4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha>
2222
</Dependency>
23-
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.23073.1">
23+
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.23103.1">
2424
<Uri>https://github.com/dotnet/command-line-api</Uri>
25-
<Sha>6524142f1398ed78eadfb9b802ba6492c6af63c4</Sha>
25+
<Sha>1bc03fed713b0b10455942d9f8eeab371d519cba</Sha>
2626
</Dependency>
2727
</ProductDependencies>
2828
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<MicrosoftAspNetCoreAppRuntimewinx64Version>6.0.0</MicrosoftAspNetCoreAppRuntimewinx64Version>
5151
<VSRedistCommonAspNetCoreSharedFrameworkx6460Version>6.0.0-rtm.21526.8</VSRedistCommonAspNetCoreSharedFrameworkx6460Version>
5252
<!-- dotnet/command-line-api references -->
53-
<SystemCommandLineVersion>2.0.0-beta4.23073.1</SystemCommandLineVersion>
53+
<SystemCommandLineVersion>2.0.0-beta4.23103.1</SystemCommandLineVersion>
5454
<!-- dotnet/roslyn-analyzers -->
5555
<MicrosoftCodeAnalysisNetAnalyzersVersion>6.0.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
5656
<!-- dotnet/runtime references -->

src/Tests/Microsoft.Diagnostics.Monitoring.Profiler.UnitTests/Baselines/ExceptionThrowCrash.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[profiler]dbug: Exception handled: System.CommandLine.dll!System.CommandLine.Invocation.AnonymousCommandHandler+<InvokeAsync>d__6.MoveNext
44
[profiler]dbug: Exception thrown: System.InvalidOperationException
55
[profiler]dbug: Exception method: System.Private.CoreLib.dll!System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw
6+
[profiler]dbug: Exception handled: System.CommandLine.dll!System.CommandLine.Invocation.InvocationPipeline+<InvokeAsync>d__2.MoveNext
7+
[profiler]dbug: Exception thrown: System.InvalidOperationException
8+
[profiler]dbug: Exception method: System.Private.CoreLib.dll!System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw
69
[profiler]dbug: Exception handled: System.CommandLine.dll!System.CommandLine.Parsing.ParseResultExtensions+<InvokeAsync>d__0.MoveNext
710
[profiler]dbug: Exception thrown: System.InvalidOperationException
811
[profiler]dbug: Exception method: System.Private.CoreLib.dll!System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw

0 commit comments

Comments
 (0)