platform/core/dotnet/diagnostics.git
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220909.15 (#3365)
dotnet-maestro[bot] [Sat, 10 Sep 2022 13:49:02 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220909.15 (#3365)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220910.2 (...
dotnet-maestro[bot] [Sat, 10 Sep 2022 13:17:42 +0000 (13:17 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220910.2 (#3364)

[main] Update dependencies from dotnet/aspnetcore

2 years agoEnable int overflow/underflow checking (#3361)
Mike McLaughlin [Fri, 9 Sep 2022 23:41:14 +0000 (16:41 -0700)]
Enable int overflow/underflow checking (#3361)

Enable int overflow/underflow checking

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220908.35 ...
dotnet-maestro[bot] [Fri, 9 Sep 2022 22:27:22 +0000 (15:27 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220908.35 (#3362)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.2.22457.29 -> To Version 7.0.0-rc.2.22458.35

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoAdd console file logging (#3358)
Mike McLaughlin [Fri, 9 Sep 2022 22:25:25 +0000 (15:25 -0700)]
Add console file logging (#3358)

Add console file logging

Added "logopen" and "logclose" commands to control console file logging.

Added the IConsoleFileLoggingService and implementation to control the console file logging.

Issue: https://github.com/dotnet/diagnostics/issues/3095

Add internal diagnostic logging to a file also.

Added the IDiagnosticLoggingService and implementation to control internal diagnostic logging.

Move Tracer.cs to Microsoft.Diagnostics.DebugService.Implementation.

Add tests for logging commands

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220908.21 (#3363)
dotnet-maestro[bot] [Fri, 9 Sep 2022 18:13:26 +0000 (18:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220908.21 (#3363)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220907.29 ...
dotnet-maestro[bot] [Thu, 8 Sep 2022 13:43:13 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220907.29 (#3360)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220906.11 (#3356)
dotnet-maestro[bot] [Wed, 7 Sep 2022 21:25:41 +0000 (14:25 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20220906.11 (#3356)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.2.22452.13 -> To Version 7.0.0-rc.2.22456.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoMisc SOS fixes and cleanup. (#3354)
Mike McLaughlin [Wed, 7 Sep 2022 21:13:42 +0000 (14:13 -0700)]
Misc SOS fixes and cleanup. (#3354)

* Misc SOS fixes and cleanup.

Use new EnumMemoryRegion flags.

Update the clrdata.idl/clrdata.h/clrdata_i.cpp to the new DAC log message interface name.

Change the name of the "enummemory" command to "enummem". Add memory region verify on the callback.

Fix dumpobj/dumpruntimetypes with TypeDescs.

Add memory usage stats to sosstatus.

Fix issue https://github.com/dotnet/diagnostics/issues/3187. dotnet-dump analyze causes an Exception when console width is 0.

Fix issue https://github.com/dotnet/diagnostics/issues/3120. Increase (remove) max heap segment.

Finish https://github.com/dotnet/diagnostics/issues/3101. SOS should stop using HResult as a PInvoke return.

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 7 Sep 2022 13:53:16 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220906.2 (#3357)

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

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220906.19 ...
dotnet-maestro[bot] [Wed, 7 Sep 2022 13:34:05 +0000 (13:34 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220906.19 (#3355)

[main] Update dependencies from dotnet/aspnetcore

2 years agoFix debugging on UWP/.NET Core 1.0 (#3343)
Mike McLaughlin [Tue, 6 Sep 2022 22:17:54 +0000 (15:17 -0700)]
Fix debugging on UWP/.NET Core 1.0 (#3343)

Need to check for the architecture named CLRDEBUGINFO (i.e. "CLRDEBUGINFOCORESYSAMD64", etc.) resource in
coreclr.dll for the live debugging APIs.

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20220905.1 (#3352)
dotnet-maestro[bot] [Tue, 6 Sep 2022 17:31:03 +0000 (17:31 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20220905.1 (#3352)

[main] Update dependencies from dotnet/symstore

2 years agoFix use of bitwise '&' with boolean operands in palrt (#3349)
Hyungju Lee [Mon, 5 Sep 2022 17:07:35 +0000 (02:07 +0900)]
Fix use of bitwise '&' with boolean operands in palrt (#3349)

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220902.1 (#3350)
dotnet-maestro[bot] [Mon, 5 Sep 2022 13:40:09 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220902.1 (#3350)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/installer build 20220904.1 (#3351)
dotnet-maestro[bot] [Mon, 5 Sep 2022 13:22:31 +0000 (13:22 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20220904.1 (#3351)

[main] Update dependencies from dotnet/installer

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220902.13 (#3348)
dotnet-maestro[bot] [Sat, 3 Sep 2022 17:33:25 +0000 (17:33 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220902.13 (#3348)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220902.11 ...
dotnet-maestro[bot] [Sat, 3 Sep 2022 13:07:28 +0000 (13:07 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220902.11 (#3347)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220901.19 ...
dotnet-maestro[bot] [Fri, 2 Sep 2022 16:47:19 +0000 (09:47 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220901.19 (#3344)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.2.22431.34 -> To Version 7.0.0-rc.2.22451.19

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20220901.1 (#3345)
dotnet-maestro[bot] [Fri, 2 Sep 2022 16:47:08 +0000 (09:47 -0700)]
Update dependencies from https://github.com/dotnet/symstore build 20220901.1 (#3345)

Microsoft.SymbolStore
 From Version 1.0.342901 -> To Version 1.0.345101

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220901.11 (#3346)
dotnet-maestro[bot] [Fri, 2 Sep 2022 13:31:17 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220901.11 (#3346)

[main] Update dependencies from dotnet/runtime

2 years agoRevert "Update Ubuntu 16.04 images (#3336)" (#3342)
Juan Hoyos [Fri, 2 Sep 2022 11:46:52 +0000 (04:46 -0700)]
Revert "Update Ubuntu 16.04 images (#3336)" (#3342)

This reverts commit b5bca688fed93a65806a4121d8c838c6aa853af7.

2 years agoUpdate public pool names (#3338)
Matt Galbraith [Thu, 1 Sep 2022 17:57:03 +0000 (10:57 -0700)]
Update public pool names (#3338)

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220831.34 ...
dotnet-maestro[bot] [Thu, 1 Sep 2022 17:40:20 +0000 (10:40 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220831.34 (#3339)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.2.22431.2 -> To Version 7.0.0-rc.2.22431.34

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220831.13 (#3340)
dotnet-maestro[bot] [Thu, 1 Sep 2022 17:40:11 +0000 (10:40 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20220831.13 (#3340)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.2.22430.11 -> To Version 7.0.0-rc.2.22431.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoFix recursive issues for large Regions GC heap enumeration (#3333)
Juan Hoyos [Wed, 31 Aug 2022 23:02:29 +0000 (16:02 -0700)]
Fix recursive issues for large Regions GC heap enumeration (#3333)

* Fix recursive issues for large Regions GC heap enumeration

* Ensure check interrupt in other calls of GC algorithms

2 years agoUpdate Ubuntu 16.04 images (#3336)
Adeel Mujahid [Wed, 31 Aug 2022 20:32:55 +0000 (23:32 +0300)]
Update Ubuntu 16.04 images (#3336)

* Update Ubuntu 16.04 images

* Simplify documentation

* Address CR feedback

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220830.11 (#3335)
dotnet-maestro[bot] [Wed, 31 Aug 2022 13:39:32 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220830.11 (#3335)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220831.2 (...
dotnet-maestro[bot] [Wed, 31 Aug 2022 13:38:06 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220831.2 (#3334)

[main] Update dependencies from dotnet/aspnetcore

2 years agoBump Azure.Storage.Blobs in /eng/release/DiagnosticsReleaseTool (#3217)
dependabot[bot] [Tue, 30 Aug 2022 23:29:58 +0000 (16:29 -0700)]
Bump Azure.Storage.Blobs in /eng/release/DiagnosticsReleaseTool (#3217)

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.9.1 to 12.13.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.9.1...Azure.Storage.Blobs_12.13.0)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
...

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago[main] Update dependencies from dotnet/aspnetcore (#3329)
dotnet-maestro[bot] [Tue, 30 Aug 2022 19:41:29 +0000 (12:41 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#3329)

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

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.2.22429.3 -> To Version 7.0.0-rc.2.22429.7

* Disable EventLogsPipelineUnitTests on Windows. Issue #2541

* Fix where the skip exception is thrown

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/dotnet/symstore build 20220829.1 (#3330)
dotnet-maestro[bot] [Tue, 30 Aug 2022 18:54:24 +0000 (11:54 -0700)]
Update dependencies from https://github.com/dotnet/symstore build 20220829.1 (#3330)

Microsoft.SymbolStore
 From Version 1.0.342201 -> To Version 1.0.342901

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoWorkaround 7.0 msbuild bug hit in MacOS CI builds (#3328)
Mike McLaughlin [Tue, 30 Aug 2022 04:47:17 +0000 (21:47 -0700)]
Workaround 7.0 msbuild bug hit in MacOS CI builds (#3328)

2 years agoSync eng/native from runtime (#3318)
Adeel Mujahid [Tue, 30 Aug 2022 00:39:45 +0000 (03:39 +0300)]
Sync eng/native from runtime (#3318)

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220828.3 (#3325)
dotnet-maestro[bot] [Mon, 29 Aug 2022 23:03:11 +0000 (16:03 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20220828.3 (#3325)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.7.0
 From Version 7.0.0-rc.2.22426.8 -> To Version 7.0.0-rc.2.22428.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220829.3 (...
dotnet-maestro[bot] [Mon, 29 Aug 2022 23:02:58 +0000 (16:02 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220829.3 (#3324)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.2.22427.7 -> To Version 7.0.0-rc.2.22429.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220826.8 (#3322)
dotnet-maestro[bot] [Mon, 29 Aug 2022 23:02:27 +0000 (16:02 -0700)]
Update dependencies from https://github.com/dotnet/arcade build 20220826.8 (#3322)

Microsoft.DotNet.Arcade.Sdk
 From Version 7.0.0-beta.22419.1 -> To Version 7.0.0-beta.22426.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years ago[main] Update dependencies from dotnet/installer (#3323)
dotnet-maestro[bot] [Mon, 29 Aug 2022 21:26:34 +0000 (14:26 -0700)]
[main] Update dependencies from dotnet/installer (#3323)

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

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.2.22419.24 -> To Version 7.0.100-rc.2.22426.5

* Update single-file version

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
2 years agoFix linux-musl-arm64 RID in dbgshim package (#3327)
Mike McLaughlin [Mon, 29 Aug 2022 20:57:47 +0000 (13:57 -0700)]
Fix linux-musl-arm64 RID in dbgshim package (#3327)

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220827.7 (...
dotnet-maestro[bot] [Sun, 28 Aug 2022 13:07:04 +0000 (13:07 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220827.7 (#3321)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220826.21 ...
dotnet-maestro[bot] [Sat, 27 Aug 2022 18:19:21 +0000 (18:19 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220826.21 (#3319)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220826.8 (#3320)
dotnet-maestro[bot] [Sat, 27 Aug 2022 13:20:21 +0000 (13:20 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220826.8 (#3320)

[main] Update dependencies from dotnet/runtime

2 years agoInstaller update and fixed lldb's ReadVirtual to support partial reads (#3315)
Mike McLaughlin [Fri, 26 Aug 2022 21:38:00 +0000 (14:38 -0700)]
Installer update and fixed lldb's ReadVirtual to support partial reads (#3315)

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

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.1.22407.1 -> To Version 7.0.100-rc.1.22414.7

* Update single-file 7.0 runtime version

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

Microsoft.Dotnet.Sdk.Internal
 From Version 7.0.100-rc.1.22407.1 -> To Version 7.0.100-rc.2.22419.24

* Fixed lldb's ReadVirtual to support partial reads

Fixed the DumpRuntimeTypes command to build the GC heap info. It was looking up segments uninitialized.

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220825.17 (#3316)
dotnet-maestro[bot] [Fri, 26 Aug 2022 13:38:46 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220825.17 (#3316)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220824.4 (...
dotnet-maestro[bot] [Thu, 25 Aug 2022 13:39:31 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220824.4 (#3314)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220823.16 ...
dotnet-maestro[bot] [Wed, 24 Aug 2022 13:32:09 +0000 (13:32 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220823.16 (#3312)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220822.12 (#3311)
dotnet-maestro[bot] [Tue, 23 Aug 2022 22:13:15 +0000 (22:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220822.12 (#3311)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20220822.1 (#3310)
dotnet-maestro[bot] [Tue, 23 Aug 2022 20:39:27 +0000 (13:39 -0700)]
Update dependencies from https://github.com/dotnet/symstore build 20220822.1 (#3310)

Microsoft.SymbolStore
 From Version 1.0.341901 -> To Version 1.0.342201

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220823.1 (...
dotnet-maestro[bot] [Tue, 23 Aug 2022 19:23:58 +0000 (19:23 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220823.1 (#3309)

[main] Update dependencies from dotnet/aspnetcore

2 years agoMake ReversedDiagnosticsServer.Start method throw if address is in use (#3231)
Justin Anderson [Tue, 23 Aug 2022 07:28:07 +0000 (00:28 -0700)]
Make ReversedDiagnosticsServer.Start method throw if address is in use (#3231)

* Make ReversedDiagnosticsServer.Start method throw if address is in use

* Test for correct error code on OSX
Use SkippableFact instead of short-circuit

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220821.9 (...
dotnet-maestro[bot] [Mon, 22 Aug 2022 18:15:50 +0000 (18:15 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220821.9 (#3305)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220819.1 (#3306)
dotnet-maestro[bot] [Mon, 22 Aug 2022 18:05:39 +0000 (18:05 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220819.1 (#3306)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220821.2 (#3307)
dotnet-maestro[bot] [Mon, 22 Aug 2022 17:56:59 +0000 (17:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220821.2 (#3307)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220820.2 (...
dotnet-maestro[bot] [Sun, 21 Aug 2022 13:12:45 +0000 (13:12 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220820.2 (#3304)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate SOS for removal of unmanaged threadpool (#3303)
Jan Kotas [Sun, 21 Aug 2022 06:36:18 +0000 (08:36 +0200)]
Update SOS for removal of unmanaged threadpool (#3303)

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220819.22 ...
dotnet-maestro[bot] [Sat, 20 Aug 2022 19:13:06 +0000 (19:13 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220819.22 (#3301)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20220819.1 (#3302)
dotnet-maestro[bot] [Sat, 20 Aug 2022 13:23:35 +0000 (13:23 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20220819.1 (#3302)

[main] Update dependencies from dotnet/symstore

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220818.4 (#3300)
dotnet-maestro[bot] [Fri, 19 Aug 2022 19:32:36 +0000 (19:32 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220818.4 (#3300)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220818.9 (...
dotnet-maestro[bot] [Fri, 19 Aug 2022 13:30:54 +0000 (13:30 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220818.9 (#3299)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220817.9 (#3297)
dotnet-maestro[bot] [Thu, 18 Aug 2022 19:29:16 +0000 (19:29 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220817.9 (#3297)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220817.17 ...
dotnet-maestro[bot] [Thu, 18 Aug 2022 13:36:33 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220817.17 (#3296)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220817.1 (...
dotnet-maestro[bot] [Thu, 18 Aug 2022 05:13:04 +0000 (05:13 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220817.1 (#3292)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Wed, 17 Aug 2022 14:16:17 +0000 (14:16 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220816.1 (#3294)

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

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220816.3 (#3293)
dotnet-maestro[bot] [Wed, 17 Aug 2022 13:41:54 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220816.3 (#3293)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220815.13 (#3291)
dotnet-maestro[bot] [Tue, 16 Aug 2022 19:24:32 +0000 (19:24 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220815.13 (#3291)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220815.25 ...
dotnet-maestro[bot] [Tue, 16 Aug 2022 16:35:52 +0000 (16:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220815.25 (#3289)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20220815.1 (#3290)
dotnet-maestro[bot] [Tue, 16 Aug 2022 16:26:35 +0000 (16:26 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20220815.1 (#3290)

[main] Update dependencies from dotnet/symstore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220814.6 (#3288)
dotnet-maestro[bot] [Mon, 15 Aug 2022 17:17:25 +0000 (17:17 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220814.6 (#3288)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220814.2 (...
dotnet-maestro[bot] [Mon, 15 Aug 2022 16:56:24 +0000 (16:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220814.2 (#3287)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220811.2 (#3285)
dotnet-maestro[bot] [Mon, 15 Aug 2022 13:24:56 +0000 (13:24 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220811.2 (#3285)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220813.3 (...
dotnet-maestro[bot] [Sun, 14 Aug 2022 17:37:15 +0000 (17:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220813.3 (#3283)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220813.9 (#3284)
dotnet-maestro[bot] [Sun, 14 Aug 2022 17:22:47 +0000 (17:22 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220813.9 (#3284)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220812.22 ...
dotnet-maestro[bot] [Sat, 13 Aug 2022 18:29:44 +0000 (18:29 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220812.22 (#3281)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220813.1 (#3282)
dotnet-maestro[bot] [Sat, 13 Aug 2022 18:25:20 +0000 (18:25 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220813.1 (#3282)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220812.1 (...
dotnet-maestro[bot] [Sat, 13 Aug 2022 01:28:53 +0000 (01:28 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220812.1 (#3280)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/runtime (#3279)
dotnet-maestro[bot] [Fri, 12 Aug 2022 13:36:47 +0000 (13:36 +0000)]
[main] Update dependencies from dotnet/runtime (#3279)

[main] Update dependencies from dotnet/runtime

 - Fix failing DumpStack tests

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220810.20 ...
dotnet-maestro[bot] [Fri, 12 Aug 2022 01:36:34 +0000 (01:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220810.20 (#3278)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220810.1 (...
dotnet-maestro[bot] [Wed, 10 Aug 2022 17:40:17 +0000 (17:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220810.1 (#3276)

[main] Update dependencies from dotnet/aspnetcore

2 years agoAlign TraceEvent Version with dotnet/runtime (#3191)
Mitchell Hwang [Wed, 10 Aug 2022 16:48:41 +0000 (12:48 -0400)]
Align TraceEvent Version with dotnet/runtime (#3191)

* Align TraceEvent Version with dotnet/runtime

* Update Graph NodeCount type

* Bump TraceEvent Version to 3.0.3

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220810.1 (#3277)
dotnet-maestro[bot] [Wed, 10 Aug 2022 13:26:31 +0000 (13:26 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220810.1 (#3277)

[main] Update dependencies from dotnet/runtime

2 years agoAllow `sos <cmd>` to be used consistently across all debuggers/hosts (#3266)
Mike McLaughlin [Wed, 10 Aug 2022 04:36:07 +0000 (21:36 -0700)]
Allow `sos <cmd>` to be used consistently across all debuggers/hosts (#3266)

* Allow sos <cmd> to be used consistently across all debuggers/hosts

Issue https://github.com/dotnet/diagnostics/issues/2998

Renamed CommandPlatform to CommandFlags

Add DAC EnumMemoryRegion `enummemory` test command

Don't fail if datatarget's ReadVirtual is passed 0 size

* Add ICLRDataEnumMemoryRegionsLoggingCallback callback to enummemory cmd

* Update to 3.1.28/6.0.8 runtime versions

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Tue, 9 Aug 2022 17:10:44 +0000 (17:10 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220808.1 (#3275)

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

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220808.9 (#3274)
dotnet-maestro[bot] [Tue, 9 Aug 2022 13:57:55 +0000 (13:57 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220808.9 (#3274)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20220808.1 (#3273)
dotnet-maestro[bot] [Tue, 9 Aug 2022 13:57:41 +0000 (13:57 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20220808.1 (#3273)

[main] Update dependencies from dotnet/symstore

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220808.7 (...
dotnet-maestro[bot] [Tue, 9 Aug 2022 13:56:10 +0000 (13:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220808.7 (#3272)

[main] Update dependencies from dotnet/aspnetcore

2 years agoMake symbol store settings output more user friendly (#3271)
Juan Hoyos [Tue, 9 Aug 2022 05:02:57 +0000 (22:02 -0700)]
Make symbol store settings output more user friendly (#3271)

2 years ago[main] Update dependencies from dotnet/installer (#3269)
dotnet-maestro[bot] [Mon, 8 Aug 2022 17:24:27 +0000 (17:24 +0000)]
[main] Update dependencies from dotnet/installer (#3269)

[main] Update dependencies from dotnet/installer

 - Update single-file runtime version

 - Changed wrong property

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220807.4 (#3270)
dotnet-maestro[bot] [Mon, 8 Aug 2022 17:02:17 +0000 (17:02 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220807.4 (#3270)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20220805.6 (#3268)
dotnet-maestro[bot] [Mon, 8 Aug 2022 17:00:58 +0000 (17:00 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20220805.6 (#3268)

[main] Update dependencies from dotnet/arcade

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220806.5 (#3267)
dotnet-maestro[bot] [Sun, 7 Aug 2022 13:25:34 +0000 (13:25 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220806.5 (#3267)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Sat, 6 Aug 2022 13:52:07 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220805.2 (#3264)

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

2 years ago[main] Update dependencies from dotnet/runtime (#3260)
dotnet-maestro[bot] [Sat, 6 Aug 2022 13:28:12 +0000 (13:28 +0000)]
[main] Update dependencies from dotnet/runtime (#3260)

[main] Update dependencies from dotnet/runtime

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220805.12 ...
dotnet-maestro[bot] [Sat, 6 Aug 2022 13:23:35 +0000 (13:23 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220805.12 (#3263)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Fri, 5 Aug 2022 13:58:07 +0000 (13:58 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220804.2 (#3261)

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

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220804.15 ...
dotnet-maestro[bot] [Fri, 5 Aug 2022 13:27:06 +0000 (13:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220804.15 (#3259)

[main] Update dependencies from dotnet/aspnetcore

2 years ago[main] Update dependencies from dotnet/runtime (#3257)
dotnet-maestro[bot] [Thu, 4 Aug 2022 19:35:16 +0000 (19:35 +0000)]
[main] Update dependencies from dotnet/runtime (#3257)

[main] Update dependencies from dotnet/runtime

 - Disable part of EventLogsPipelineUnitTests.TestLogsAllCategoriesDefaultLevelFallback

 - Disable EventLogsPipelineUnitTests.TestLogsAllCategoriesDefaultLevelFallback

2 years ago[main] Update dependencies from dotnet/aspnetcore (#3256)
dotnet-maestro[bot] [Thu, 4 Aug 2022 18:19:29 +0000 (11:19 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#3256)

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

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 7.0.0-rc.1.22403.3 -> To Version 7.0.0-rc.1.22403.14

* Disable EventCounterTriggerTests.EventCounterTriggerWithEventPipePipelineTest on Windows also

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/dotnet/source-build-reference-packages...
dotnet-maestro[bot] [Thu, 4 Aug 2022 03:22:13 +0000 (03:22 +0000)]
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220802.1 (#3254)

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

2 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20220803.3 (...
dotnet-maestro[bot] [Thu, 4 Aug 2022 02:42:01 +0000 (02:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20220803.3 (#3252)

[main] Update dependencies from dotnet/aspnetcore

2 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20220802.10 (#3253)
dotnet-maestro[bot] [Wed, 3 Aug 2022 13:44:50 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20220802.10 (#3253)

[main] Update dependencies from dotnet/runtime