platform/core/dotnet/diagnostics.git
2 years ago[main] Update dependencies from dotnet/aspnetcore (#3988)
dotnet-maestro[bot] [Sat, 17 Jun 2023 13:27:52 +0000 (13:27 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3988)

[main] Update dependencies from dotnet/aspnetcore

2 years agoPerfmaps IPC changes for DiagnosticClient (#3873)
David Mason [Sat, 17 Jun 2023 07:21:38 +0000 (00:21 -0700)]
Perfmaps IPC changes for DiagnosticClient (#3873)

Diagnostic side changes for https://github.com/dotnet/runtime/pull/85801

2 years ago[main] Update dependencies from dotnet/runtime (#3983)
dotnet-maestro[bot] [Fri, 16 Jun 2023 17:43:38 +0000 (10:43 -0700)]
[main] Update dependencies from dotnet/runtime (#3983)

This pull request updates the following dependencies

[marker]: <> (Begin:e4bfb556-e13c-47f6-eb5a-08d8e4d5099b)
## From https://github.com/dotnet/runtime
- **Subscription**: e4bfb556-e13c-47f6-eb5a-08d8e4d5099b
- **Build**: 20230616.1
- **Date Produced**: June 16, 2023 10:05:12 AM UTC
- **Commit**: be6a1389c852fdc96a919769867fb3f3ddb0fbde
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from
8.0.0-preview.6.23314.15 to 8.0.0-preview.6.23316.1][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from
8.0.0-preview.6.23314.15 to 8.0.0-preview.6.23316.1][1]

[1]: https://github.com/dotnet/runtime/compare/171a525880...be6a1389c8

[DependencyUpdate]: <> (End)

[marker]: <> (End:e4bfb556-e13c-47f6-eb5a-08d8e4d5099b)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3984)
dotnet-maestro[bot] [Fri, 16 Jun 2023 14:09:19 +0000 (14:09 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3984)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years ago[main] Update dependencies from microsoft/clrmd (#3982)
dotnet-maestro[bot] [Fri, 16 Jun 2023 13:39:54 +0000 (13:39 +0000)]
[main] Update dependencies from microsoft/clrmd (#3982)

[main] Update dependencies from microsoft/clrmd

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3981)
dotnet-maestro[bot] [Fri, 16 Jun 2023 13:38:30 +0000 (13:38 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3981)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/runtime (#3980)
dotnet-maestro[bot] [Thu, 15 Jun 2023 13:47:45 +0000 (13:47 +0000)]
[main] Update dependencies from dotnet/runtime (#3980)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3979)
dotnet-maestro[bot] [Thu, 15 Jun 2023 13:40:10 +0000 (13:40 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3979)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3978)
dotnet-maestro[bot] [Wed, 14 Jun 2023 14:03:28 +0000 (14:03 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3978)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years ago[main] Update dependencies from dotnet/runtime (#3977)
dotnet-maestro[bot] [Wed, 14 Jun 2023 13:49:13 +0000 (13:49 +0000)]
[main] Update dependencies from dotnet/runtime (#3977)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3976)
dotnet-maestro[bot] [Wed, 14 Jun 2023 13:41:45 +0000 (13:41 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3976)

[main] Update dependencies from dotnet/aspnetcore

2 years agoApplyStartupHook diagnostic IPC command (#3918)
Justin Anderson [Wed, 14 Jun 2023 03:02:38 +0000 (20:02 -0700)]
ApplyStartupHook diagnostic IPC command (#3918)

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3973)
dotnet-maestro[bot] [Tue, 13 Jun 2023 17:48:19 +0000 (17:48 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3973)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years ago[main] Update dependencies from dotnet/symstore (#3972)
dotnet-maestro[bot] [Tue, 13 Jun 2023 13:39:23 +0000 (13:39 +0000)]
[main] Update dependencies from dotnet/symstore (#3972)

[main] Update dependencies from dotnet/symstore

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3971)
dotnet-maestro[bot] [Tue, 13 Jun 2023 13:31:48 +0000 (13:31 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3971)

[main] Update dependencies from dotnet/aspnetcore

2 years agoAdd generation option to dumpheap command (#3966)
Igor Bagdamyan [Mon, 12 Jun 2023 20:38:17 +0000 (23:38 +0300)]
Add generation option to dumpheap command (#3966)

This is a very small change to address https://github.com/dotnet/diagnostics/issues/3963

Few questions:
1) Should I add tests for this?
2) I've asked about GCGeneration custom type that is a clone of
Generation "official" type in that issue. It is a part of dumpgen
command which itself, after this change, kinda loses it's meaning. I
think the way forward is just to either remove dumpgen command or leave
it as a proxy for dumpheap.

2 years agoAdd support for the large-offset stresslog format. (#3779)
Jeremy Koritzinsky [Mon, 12 Jun 2023 20:24:11 +0000 (13:24 -0700)]
Add support for the large-offset stresslog format. (#3779)

2 years ago[main] Update dependencies from dotnet/installer (#3969)
dotnet-maestro[bot] [Mon, 12 Jun 2023 18:37:34 +0000 (18:37 +0000)]
[main] Update dependencies from dotnet/installer (#3969)

[main] Update dependencies from dotnet/installer

 - Update Versions.props

Update single-file version for the new SDK

2 years ago[main] Update dependencies from dotnet/arcade (#3968)
dotnet-maestro[bot] [Mon, 12 Jun 2023 13:38:53 +0000 (13:38 +0000)]
[main] Update dependencies from dotnet/arcade (#3968)

[main] Update dependencies from dotnet/arcade

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3967)
dotnet-maestro[bot] [Sun, 11 Jun 2023 13:35:25 +0000 (13:35 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3967)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3964)
dotnet-maestro[bot] [Sat, 10 Jun 2023 17:48:36 +0000 (17:48 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3964)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/runtime (#3965)
dotnet-maestro[bot] [Sat, 10 Jun 2023 13:32:29 +0000 (13:32 +0000)]
[main] Update dependencies from dotnet/runtime (#3965)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3962)
dotnet-maestro[bot] [Fri, 9 Jun 2023 14:26:05 +0000 (14:26 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3962)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3956)
dotnet-maestro[bot] [Fri, 9 Jun 2023 13:57:46 +0000 (13:57 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#3956)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/runtime (#3961)
dotnet-maestro[bot] [Fri, 9 Jun 2023 13:52:38 +0000 (13:52 +0000)]
[main] Update dependencies from dotnet/runtime (#3961)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/runtime (#3960)
dotnet-maestro[bot] [Thu, 8 Jun 2023 13:44:39 +0000 (13:44 +0000)]
[main] Update dependencies from dotnet/runtime (#3960)

[main] Update dependencies from dotnet/runtime

2 years agoadd review comment to sb files (#3934)
Oleksandr Didyk [Thu, 8 Jun 2023 01:52:48 +0000 (03:52 +0200)]
add review comment to sb files (#3934)

Contributes to https://github.com/dotnet/source-build/issues/3435

Adds comments to source-build files asking for the inclusion of the
source-build team in PRs that alter `SourceBuild*` files. Non-reviewed
changes could potentially cause issues down the line, be it in the
downstream repos or the product build (as has happened in the past, see
https://github.com/dotnet/source-build/issues/3435#issuecomment-1570650046)

Add ownership restrictions to files.
---------

Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com>
2 years ago[main] Update dependencies from dotnet/runtime (#3957)
dotnet-maestro[bot] [Wed, 7 Jun 2023 18:00:14 +0000 (18:00 +0000)]
[main] Update dependencies from dotnet/runtime (#3957)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3958)
dotnet-maestro[bot] [Wed, 7 Jun 2023 14:24:11 +0000 (14:24 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3958)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate fabricbot.json to merge release/stable (#3953)
Juan Hoyos [Tue, 6 Jun 2023 17:59:18 +0000 (10:59 -0700)]
Update fabricbot.json to merge release/stable (#3953)

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3955)
dotnet-maestro[bot] [Tue, 6 Jun 2023 14:33:09 +0000 (14:33 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3955)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years ago[main] Update dependencies from dotnet/runtime (#3954)
dotnet-maestro[bot] [Tue, 6 Jun 2023 13:45:53 +0000 (13:45 +0000)]
[main] Update dependencies from dotnet/runtime (#3954)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/installer (#3948)
dotnet-maestro[bot] [Mon, 5 Jun 2023 18:10:42 +0000 (18:10 +0000)]
[main] Update dependencies from dotnet/installer (#3948)

[main] Update dependencies from dotnet/installer

 - Update single-file version

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230604.2 (#3949)
dotnet-maestro[bot] [Mon, 5 Jun 2023 14:07:34 +0000 (14:07 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230604.2 (#3949)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20230602.3 (#3947)
dotnet-maestro[bot] [Mon, 5 Jun 2023 13:42:46 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20230602.3 (#3947)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230603.4 (#3946)
dotnet-maestro[bot] [Sun, 4 Jun 2023 13:37:26 +0000 (13:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230603.4 (#3946)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sat, 3 Jun 2023 14:05:43 +0000 (14:05 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230602.3 (#3945)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230602.1 (...
dotnet-maestro[bot] [Sat, 3 Jun 2023 13:38:37 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230602.1 (#3941)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230602.11 (#3944)
dotnet-maestro[bot] [Sat, 3 Jun 2023 13:36:28 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230602.11 (#3944)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20230602.1 (#3943)
dotnet-maestro[bot] [Sat, 3 Jun 2023 13:31:07 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20230602.1 (#3943)

[main] Update dependencies from dotnet/symstore

2 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20230602.1 (#3942)
dotnet-maestro[bot] [Sat, 3 Jun 2023 13:24:49 +0000 (13:24 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build 20230602.1 (#3942)

[main] Update dependencies from microsoft/clrmd

2 years agoFix Watson crash on null module names (#3940)
Mike McLaughlin [Fri, 2 Jun 2023 21:25:57 +0000 (14:25 -0700)]
Fix Watson crash on null module names (#3940)

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230602.1 (#3938)
dotnet-maestro[bot] [Fri, 2 Jun 2023 16:25:55 +0000 (09:25 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20230602.1 (#3938)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.6.23301.1 -> To Version 8.0.0-preview.6.23302.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Fri, 2 Jun 2023 16:24:59 +0000 (09:24 -0700)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230601.1 (#3939)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23281.1 -> To Version 8.0.0-alpha.1.23301.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230601.3 (...
dotnet-maestro[bot] [Fri, 2 Jun 2023 13:38:17 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230601.3 (#3937)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Thu, 1 Jun 2023 17:38:09 +0000 (17:38 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230531.1 (#3936)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230531.5 (...
dotnet-maestro[bot] [Thu, 1 Jun 2023 13:53:53 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230531.5 (#3932)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230601.1 (#3933)
dotnet-maestro[bot] [Thu, 1 Jun 2023 13:51:14 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230601.1 (#3933)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230530.5 (#3931)
dotnet-maestro[bot] [Wed, 31 May 2023 17:44:50 +0000 (17:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230530.5 (#3931)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230531.2 (...
dotnet-maestro[bot] [Wed, 31 May 2023 13:49:03 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230531.2 (#3930)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Tue, 30 May 2023 14:03:35 +0000 (14:03 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230529.2 (#3929)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230529.8 (...
dotnet-maestro[bot] [Tue, 30 May 2023 13:43:19 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230529.8 (#3927)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230529.6 (#3928)
dotnet-maestro[bot] [Tue, 30 May 2023 13:40:40 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230529.6 (#3928)

[main] Update dependencies from dotnet/runtime

2 years ago[main] Update dependencies from dotnet/installer (#3924)
dotnet-maestro[bot] [Mon, 29 May 2023 18:31:13 +0000 (18:31 +0000)]
[main] Update dependencies from dotnet/installer (#3924)

[main] Update dependencies from dotnet/installer

 - Update single-file runtime version

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230529.2 (#3925)
dotnet-maestro[bot] [Mon, 29 May 2023 13:30:01 +0000 (13:30 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230529.2 (#3925)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20230529.1 (#3923)
dotnet-maestro[bot] [Mon, 29 May 2023 13:27:54 +0000 (13:27 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20230529.1 (#3923)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230527.1 (...
dotnet-maestro[bot] [Sun, 28 May 2023 13:22:11 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230527.1 (#3922)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230526.2 (#3921)
dotnet-maestro[bot] [Sat, 27 May 2023 13:40:59 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230526.2 (#3921)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230526.6 (...
dotnet-maestro[bot] [Sat, 27 May 2023 13:28:13 +0000 (13:28 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230526.6 (#3920)

[main] Update dependencies from dotnet/aspnetcore

2 years agoFix gcroot test failures (#3919)
Mike McLaughlin [Sat, 27 May 2023 01:34:00 +0000 (18:34 -0700)]
Fix gcroot test failures (#3919)

The SOS DataReader impl given to clrmd didn't copy the thread context correctly.

A future PR will improve the IThread.GetThreadContext() interface method to reduce these kind of bugs.

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230525.7 (...
dotnet-maestro[bot] [Fri, 26 May 2023 16:42:53 +0000 (09:42 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230525.7 (#3914)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.6.23274.6 -> To Version 8.0.0-preview.6.23275.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230526.1 (#3916)
dotnet-maestro[bot] [Fri, 26 May 2023 16:42:40 +0000 (09:42 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20230526.1 (#3916)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23274.13 -> To Version 8.0.0-preview.5.23276.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20230525.1 (#3915)
dotnet-maestro[bot] [Fri, 26 May 2023 16:42:08 +0000 (09:42 -0700)]
Update dependencies from https://github.com/dotnet/symstore build 20230525.1 (#3915)

Microsoft.SymbolStore
 From Version 1.0.426501 -> To Version 1.0.427501

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230524.13 (#3911)
dotnet-maestro[bot] [Thu, 25 May 2023 17:41:06 +0000 (10:41 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20230524.13 (#3911)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23274.1 -> To Version 8.0.0-preview.5.23274.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230524.6 (...
dotnet-maestro[bot] [Thu, 25 May 2023 17:40:54 +0000 (10:40 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230524.6 (#3910)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.6.23273.11 -> To Version 8.0.0-preview.6.23274.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Thu, 25 May 2023 17:39:03 +0000 (10:39 -0700)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230524.2 (#3912)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23273.2 -> To Version 8.0.0-alpha.1.23274.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230523.11 ...
dotnet-maestro[bot] [Wed, 24 May 2023 17:16:27 +0000 (10:16 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230523.11 (#3907)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.5.23273.2 -> To Version 8.0.0-preview.6.23273.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230524.1 (#3908)
dotnet-maestro[bot] [Wed, 24 May 2023 17:16:04 +0000 (10:16 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20230524.1 (#3908)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23273.1 -> To Version 8.0.0-preview.5.23274.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 24 May 2023 17:15:19 +0000 (10:15 -0700)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230523.2 (#3909)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23273.1 -> To Version 8.0.0-alpha.1.23273.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoTest against new Ubuntu 22.04 image (#3906)
Mike McLaughlin [Wed, 24 May 2023 03:27:36 +0000 (20:27 -0700)]
Test against new Ubuntu 22.04 image (#3906)

* Test against new Ubuntu 22.04 image

* Add python path

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230523.2 (...
dotnet-maestro[bot] [Tue, 23 May 2023 17:29:41 +0000 (10:29 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230523.2 (#3902)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.5.23271.1 -> To Version 8.0.0-preview.5.23273.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230523.1 (#3903)
dotnet-maestro[bot] [Tue, 23 May 2023 17:29:29 +0000 (10:29 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20230523.1 (#3903)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23272.1 -> To Version 8.0.0-preview.5.23273.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Tue, 23 May 2023 17:29:01 +0000 (10:29 -0700)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230523.1 (#3904)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23269.1 -> To Version 8.0.0-alpha.1.23273.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoOnly run sign, package and publish on internal builds
Mike McLaughlin [Mon, 22 May 2023 20:41:52 +0000 (13:41 -0700)]
Only run sign, package and publish on internal builds

2 years ago[main] Update dependencies from dotnet/runtime (#3893)
dotnet-maestro[bot] [Mon, 22 May 2023 19:11:53 +0000 (12:11 -0700)]
[main] Update dependencies from dotnet/runtime (#3893)

* Update dependencies from https://github.com/dotnet/runtime build 20230519.11

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23269.11

* Update dependencies from https://github.com/dotnet/runtime build 20230520.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23270.7

* Update dependencies from https://github.com/dotnet/runtime build 20230522.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23272.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20230519.1 (#3892)
dotnet-maestro[bot] [Mon, 22 May 2023 19:09:41 +0000 (12:09 -0700)]
Update dependencies from https://github.com/microsoft/clrmd build 20230519.1 (#3892)

Microsoft.Diagnostics.Runtime , Microsoft.Diagnostics.Runtime.Utilities
 From Version 3.0.0-beta.23268.1 -> To Version 3.0.0-beta.23269.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoClean up IRuntime instance flushing (#3895)
Mike McLaughlin [Mon, 22 May 2023 17:22:18 +0000 (10:22 -0700)]
Clean up IRuntime instance flushing (#3895)

* Fix ClrRuntime flushing which is causing random SOS test failures in gcroot

* Code review feedback

* More changes

* Fix failures

2 years ago[main] Update dependencies from dotnet/installer (#3898)
dotnet-maestro[bot] [Mon, 22 May 2023 17:14:49 +0000 (17:14 +0000)]
[main] Update dependencies from dotnet/installer (#3898)

[main] Update dependencies from dotnet/installer

 - Fix single-file version

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20230519.2 (#3897)
dotnet-maestro[bot] [Mon, 22 May 2023 13:37:49 +0000 (13:37 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20230519.2 (#3897)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 8.0.0-beta.23218.3 to 8.0.0-beta.23252.2 (parent: Microsoft.DotNet.Arcade.Sdk)

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230521.1 (...
dotnet-maestro[bot] [Mon, 22 May 2023 13:31:35 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230521.1 (#3899)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230520.1 (...
dotnet-maestro[bot] [Sun, 21 May 2023 13:27:34 +0000 (13:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230520.1 (#3896)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230519.8 (...
dotnet-maestro[bot] [Sat, 20 May 2023 19:29:54 +0000 (19:29 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230519.8 (#3891)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sat, 20 May 2023 19:29:03 +0000 (19:29 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230519.1 (#3894)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoAdd PGO to DacpTieredVersionData (#3890)
Andy Ayers [Sat, 20 May 2023 01:25:27 +0000 (18:25 -0700)]
Add PGO to DacpTieredVersionData (#3890)

PGO introduces two new native code version types. The runtime already has this
change, but SOS does not.

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20230518.14 (#3888)
dotnet-maestro[bot] [Fri, 19 May 2023 17:51:09 +0000 (17:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20230518.14 (#3888)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20230518.15 ...
dotnet-maestro[bot] [Fri, 19 May 2023 13:49:51 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20230518.15 (#3886)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20230518.1 (#3887)
dotnet-maestro[bot] [Fri, 19 May 2023 13:46:11 +0000 (13:46 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build 20230518.1 (#3887)

[main] Update dependencies from microsoft/clrmd

2 years ago[main] Update dependencies from dotnet/runtime (#3857)
dotnet-maestro[bot] [Thu, 18 May 2023 17:30:19 +0000 (10:30 -0700)]
[main] Update dependencies from dotnet/runtime (#3857)

* Update dependencies from https://github.com/dotnet/runtime build 20230427.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23227.1

* Update dependencies from https://github.com/dotnet/runtime build 20230428.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23228.1

* Update dependencies from https://github.com/dotnet/runtime build 20230428.8

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23228.8

* Update dependencies from https://github.com/dotnet/runtime build 20230429.2

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23229.2

* Update dependencies from https://github.com/dotnet/runtime build 20230501.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23251.1

* Update dependencies from https://github.com/dotnet/runtime build 20230502.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23252.1

* Update dependencies from https://github.com/dotnet/runtime build 20230502.13

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23252.13

* Update dependencies from https://github.com/dotnet/runtime build 20230504.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23254.1

* Update dependencies from https://github.com/dotnet/runtime build 20230504.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23254.7

* Update dependencies from https://github.com/dotnet/runtime build 20230505.8

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23255.8

* Update dependencies from https://github.com/dotnet/runtime build 20230506.4

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23256.4

* Update dependencies from https://github.com/dotnet/runtime build 20230507.3

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23257.3

* Update dependencies from https://github.com/dotnet/runtime build 20230509.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23259.1

* Update dependencies from https://github.com/dotnet/runtime build 20230509.10

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23259.10

* Update dependencies from https://github.com/dotnet/runtime build 20230510.3

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23260.3

* Update dependencies from https://github.com/dotnet/runtime build 20230512.13

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23262.13

* Update dependencies from https://github.com/dotnet/runtime build 20230513.4

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23263.4

* Update dependencies from https://github.com/dotnet/runtime build 20230515.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23265.1

* Update dependencies from https://github.com/dotnet/runtime build 20230515.26

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23265.26

* Update dependencies from https://github.com/dotnet/runtime build 20230517.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23267.1

* Update dependencies from https://github.com/dotnet/runtime build 20230518.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23265.1 -> To Version 8.0.0-preview.5.23268.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
2 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20230517.2 (#3883)
dotnet-maestro[bot] [Thu, 18 May 2023 17:13:38 +0000 (17:13 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build 20230517.2 (#3883)

[main] Update dependencies from microsoft/clrmd

2 years agoFix native build broken by glibc dependencies. Fix latest 8.0 runtime testing. (...
Mike McLaughlin [Wed, 17 May 2023 23:49:25 +0000 (16:49 -0700)]
Fix native build broken by glibc dependencies. Fix latest 8.0 runtime testing. (#3878)

* Fix native build

Update dependencies from https://github.com/dotnet/arcade build 20230424.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23224.1

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-23165-02 -> To Version 8.0.0-beta.23218.3 (parent: Microsoft.DotNet.Arcade.Sdk

Update dependencies from https://github.com/dotnet/arcade build 20230505.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23255.2

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-23165-02 -> To Version 8.0.0-beta.23218.3 (parent: Microsoft.DotNet.Arcade.Sdk

Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230512.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23258.2 -> To Version 8.0.0-alpha.1.23262.1

Update dependencies from https://github.com/dotnet/arcade build 20230512.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23262.5

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-23165-02 -> To Version 8.0.0-beta.23218.3 (parent: Microsoft.DotNet.Arcade.Sdk

Update dependencies from https://github.com/dotnet/installer build 20230514.2

Microsoft.Dotnet.Sdk.Internal
 From Version 8.0.100-preview.3.23156.1 -> To Version 8.0.100-preview.5.23264.2

Update dependencies from https://github.com/dotnet/runtime build 20230515.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23265.1

Update dependencies from https://github.com/dotnet/aspnetcore build 20230515.1

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.4.23213.2 -> To Version 8.0.0-preview.5.23265.1

* Fix PR test legs

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 17 May 2023 13:57:59 +0000 (13:57 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230516.4 (#3881)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3870)
dotnet-maestro[bot] [Tue, 16 May 2023 14:30:45 +0000 (14:30 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3870)

[main] Update dependencies from dotnet/source-build-reference-packages

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20230515.1 (#3879)
dotnet-maestro[bot] [Tue, 16 May 2023 13:48:56 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20230515.1 (#3879)

[main] Update dependencies from dotnet/symstore

2 years agoUpdate DumpAsync to allow method table and object address to not have 0x prefix ...
Juan Hoyos [Tue, 16 May 2023 00:13:41 +0000 (17:13 -0700)]
Update DumpAsync to allow method table and object address to not have 0x prefix (#3876)

* Update DumpAsync to allow method table and object address to not have 0x prefix

* Specify null-return OK

2 years ago[main] Update dependencies from microsoft/clrmd (#3864)
dotnet-maestro[bot] [Sat, 13 May 2023 13:31:49 +0000 (13:31 +0000)]
[main] Update dependencies from microsoft/clrmd (#3864)

[main] Update dependencies from microsoft/clrmd

2 years agoFix issue with nint/nuint formatting (#3871)
Lee Culver [Wed, 10 May 2023 16:41:20 +0000 (09:41 -0700)]
Fix issue with nint/nuint formatting (#3871)

* Fix integer formatting

StringBuilder.Format doesn't respect "x" when with nint/nuint.

* Update Formats.cs

2 years agoAdd static variable names to !gcroot (#3872)
Lee Culver [Wed, 10 May 2023 16:39:40 +0000 (09:39 -0700)]
Add static variable names to !gcroot (#3872)

Static variables can be opaque to the user when looking at !gcroot, since they show up as a pinned handle to an object array.  It's also difficult to distinguish things _other_ than static variables which follow the same pattern.  This change adds the static variable name to the output of !gcroot to help distinguish these differences.

- Remove "this will take a while" warning output from !dumpheap -short.
- Added StaticVariableService to resolve the address/objects of static variables.  This can be a relatively expensive operation, so it's important to cache the result.
- Updated GCRootCommand with the heuristic.

2 years agofix implementation of RegisterForRuntimeStartupRemotePort and CreateCoreDbgRemotePort...
Thays Grazia [Tue, 9 May 2023 21:00:25 +0000 (18:00 -0300)]
fix implementation of RegisterForRuntimeStartupRemotePort and CreateCoreDbgRemotePort (#3869)

2 years ago[main] Update dependencies from dotnet/source-build-reference-packages (#3861)
dotnet-maestro[bot] [Tue, 9 May 2023 16:25:50 +0000 (09:25 -0700)]
[main] Update dependencies from dotnet/source-build-reference-packages (#3861)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230428.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23228.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230501.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23251.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230503.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23253.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230508.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23258.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years ago[main] Update dependencies from dotnet/symstore (#3863)
dotnet-maestro[bot] [Tue, 9 May 2023 16:25:26 +0000 (09:25 -0700)]
[main] Update dependencies from dotnet/symstore (#3863)

* Update dependencies from https://github.com/dotnet/symstore build 20230501.1

Microsoft.SymbolStore
 From Version 1.0.422401 -> To Version 1.0.425101

* Update dependencies from https://github.com/dotnet/symstore build 20230508.1

Microsoft.SymbolStore
 From Version 1.0.422401 -> To Version 1.0.425801

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>