platform/core/dotnet/diagnostics.git
3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211116.4 (#2757)
dotnet-maestro[bot] [Wed, 17 Nov 2021 14:13:28 +0000 (14:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211116.4 (#2757)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20211116.1 (#2756)
dotnet-maestro[bot] [Wed, 17 Nov 2021 14:07:49 +0000 (14:07 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build 20211116.1 (#2756)

[main] Update dependencies from microsoft/clrmd

3 years agoUse non-infinite timeout for async connection. (#2739)
Justin Anderson [Wed, 17 Nov 2021 05:43:22 +0000 (21:43 -0800)]
Use non-infinite timeout for async connection. (#2739)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211115.6 (#2754)
dotnet-maestro[bot] [Tue, 16 Nov 2021 14:02:36 +0000 (14:02 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211115.6 (#2754)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211115.1 (#2753)
dotnet-maestro[bot] [Tue, 16 Nov 2021 13:57:14 +0000 (13:57 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211115.1 (#2753)

[main] Update dependencies from dotnet/symstore

3 years agoAllow for stable-versions to go to nightly feed for tools (#2752)
Juan Hoyos [Tue, 16 Nov 2021 03:57:53 +0000 (19:57 -0800)]
Allow for stable-versions to go to nightly feed for tools (#2752)

3 years agoAdd byte[] to SerializePayloadArgument (#2748)
David Mason [Mon, 15 Nov 2021 22:42:31 +0000 (14:42 -0800)]
Add byte[] to SerializePayloadArgument (#2748)

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20211112.12 (...
dotnet-maestro[bot] [Mon, 15 Nov 2021 14:08:08 +0000 (14:08 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20211112.12 (#2751)

[main] Update dependencies from dotnet/installer

3 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20211109.3 (#2750)
dotnet-maestro[bot] [Mon, 15 Nov 2021 14:01:26 +0000 (14:01 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20211109.3 (#2750)

[main] Update dependencies from dotnet/arcade

3 years agoMisc SOS fixes (#2746)
Mike McLaughlin [Sat, 13 Nov 2021 17:09:29 +0000 (09:09 -0800)]
Misc SOS fixes  (#2746)

* Misc SOS fixes

Cleanup g_symbolStoreInitialized flag. DisplayStoreStore() wasn't displaying the symbol
path set from the dbgeng .sympath change notification. Simplified the symbol service
initialization logic.

* Make DebugServices tests more reliable

* Always use diasymreader if no managed symbol service

* Actually flush the clrprocess/cordebug instances

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211112.11 (#2749)
dotnet-maestro[bot] [Sat, 13 Nov 2021 13:56:15 +0000 (13:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211112.11 (#2749)

[main] Update dependencies from dotnet/runtime

3 years agoStabilize versioning for tools and fix native asset versioning (#2745)
Juan Hoyos [Thu, 11 Nov 2021 22:35:14 +0000 (14:35 -0800)]
Stabilize versioning for tools and fix native asset versioning (#2745)

* Bump tooling version to 6.0
* Make dotnet tools ship as stable on nightly
This allows for a more seamless experience dogfooding daily builds - where an upgrade is transparent regardless of daily vs official build.
* Fix versioning issues for Linux variants

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211109.9 (#2743)
dotnet-maestro[bot] [Wed, 10 Nov 2021 14:07:58 +0000 (14:07 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211109.9 (#2743)

[main] Update dependencies from dotnet/runtime

3 years agoBetter rundown defaults and parameterization (#2732)
Wiktor Kopec [Tue, 9 Nov 2021 23:15:32 +0000 (15:15 -0800)]
Better rundown defaults and parameterization (#2732)

* Better rundown defaults and parameterization

* PR Feedback

* Bring back rundown for http trace profile

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211108.1 (#2740)
dotnet-maestro[bot] [Tue, 9 Nov 2021 14:13:21 +0000 (14:13 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211108.1 (#2740)

[main] Update dependencies from dotnet/symstore

3 years agoFix some workflow issues (#2720)
Adeel Mujahid [Tue, 9 Nov 2021 00:08:19 +0000 (02:08 +0200)]
Fix some workflow issues (#2720)

3 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20211105.2 (#2737)
dotnet-maestro[bot] [Mon, 8 Nov 2021 17:54:41 +0000 (17:54 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20211105.2 (#2737)

[main] Update dependencies from dotnet/arcade

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20211102.8 (#2738)
dotnet-maestro[bot] [Mon, 8 Nov 2021 17:51:19 +0000 (17:51 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20211102.8 (#2738)

[main] Update dependencies from dotnet/installer

3 years agoSOS crash fixes (#2733)
Mike McLaughlin [Sat, 6 Nov 2021 04:01:22 +0000 (21:01 -0700)]
SOS crash fixes (#2733)

* Fix issue https://github.com/dotnet/diagnostics/issues/2695

The exception in the service provider is caused by the recursion of the ImageMappingMemoryService memory
service. Remove the recursion by passing the "raw" memory service (the one without any "mapping" memory
service wrappers) to the module service to use to get the build id/PE reader, etc.

* Fix Windows debugger SOS termination exception

* Code review feedback

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211104.7 (#2735)
dotnet-maestro[bot] [Fri, 5 Nov 2021 17:17:54 +0000 (17:17 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211104.7 (#2735)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211104.4 (#2734)
dotnet-maestro[bot] [Fri, 5 Nov 2021 12:59:30 +0000 (12:59 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211104.4 (#2734)

[main] Update dependencies from dotnet/symstore

3 years agoFlag dotnet-dsrouter as shipping. (#2722)
Johan Lorensson [Wed, 3 Nov 2021 14:30:16 +0000 (15:30 +0100)]
Flag dotnet-dsrouter as shipping. (#2722)

* Flag dotnet-dsrouter as shipping.

* Add dotnet-dsrouter to tool-list.json.

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211102.1 (#2727)
dotnet-maestro[bot] [Wed, 3 Nov 2021 13:05:30 +0000 (13:05 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211102.1 (#2727)

[main] Update dependencies from dotnet/symstore

3 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20211102.1 (#2726)
dotnet-maestro[bot] [Wed, 3 Nov 2021 12:45:08 +0000 (12:45 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build 20211102.1 (#2726)

[main] Update dependencies from microsoft/clrmd

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211101.1 (#2725)
dotnet-maestro[bot] [Tue, 2 Nov 2021 12:46:51 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211101.1 (#2725)

[main] Update dependencies from dotnet/symstore

3 years agoEnable dotnet-dump tests on OSX (#2718)
Mike McLaughlin [Mon, 1 Nov 2021 20:55:10 +0000 (13:55 -0700)]
Enable dotnet-dump tests on OSX (#2718)

Enable dotnet-dump tests on OSX

Fix crashreport test on MacOS

Add metadata mapping memory service for OSX

Fix CentOS build break and MacOS module size

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20211027.11 (...
dotnet-maestro[bot] [Mon, 1 Nov 2021 17:10:39 +0000 (17:10 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20211027.11 (#2724)

[main] Update dependencies from dotnet/installer

3 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20211029.1 (#2723)
dotnet-maestro[bot] [Mon, 1 Nov 2021 17:03:56 +0000 (17:03 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20211029.1 (#2723)

[main] Update dependencies from dotnet/arcade

3 years agoAdd enable crash report flag to WriteDump client API (#2715)
Mike McLaughlin [Mon, 1 Nov 2021 16:12:47 +0000 (09:12 -0700)]
Add enable crash report flag to WriteDump client API (#2715)

Add enable crash report flag to WriteDump client API

Uses new write dump command supported by 6.0 runtime to pass a set of flags instead
of just the logging enabled bool.

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

Code review feedback. Throw exception on unsupported flags

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211028.1 (#2716)
dotnet-maestro[bot] [Fri, 29 Oct 2021 17:13:42 +0000 (17:13 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211028.1 (#2716)

[main] Update dependencies from dotnet/symstore

3 years agoMerge pull request #2638 from am11/feature/build-infra
Juan Hoyos [Fri, 29 Oct 2021 10:39:31 +0000 (03:39 -0700)]
Merge pull request #2638 from am11/feature/build-infra

Port runtime's native build infra

3 years agoAdapt to runtime's native build infra
Adeel [Thu, 28 Oct 2021 09:57:45 +0000 (12:57 +0300)]
Adapt to runtime's native build infra

3 years agoCopy infra files from runtime
Adeel [Thu, 28 Oct 2021 09:54:38 +0000 (12:54 +0300)]
Copy infra files from runtime

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211026.1 (#2714)
dotnet-maestro[bot] [Thu, 28 Oct 2021 20:18:59 +0000 (13:18 -0700)]
Update dependencies from https://github.com/dotnet/symstore build 20211026.1 (#2714)

Microsoft.SymbolStore
 From Version 1.0.251801 -> To Version 1.0.252601

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211026.8 (...
dotnet-maestro[bot] [Thu, 28 Oct 2021 20:17:28 +0000 (13:17 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211026.8 (#2712)

Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Ref
 From Version 6.0.0-rtm.21523.4 -> To Version 6.0.0-rtm.21526.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
3 years ago[main] Update dependencies from microsoft/clrmd (#2713)
dotnet-maestro[bot] [Thu, 28 Oct 2021 20:16:13 +0000 (13:16 -0700)]
[main] Update dependencies from microsoft/clrmd (#2713)

* Update dependencies from https://github.com/microsoft/clrmd build 20211027.1

Microsoft.Diagnostics.Runtime , Microsoft.Diagnostics.Runtime.Utilities
 From Version 2.0.251201 -> To Version 2.0.252701

* Completely disable DebugServicesTests.RuntimeTests

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
3 years agoDisable failing DebugServicesTests (#2710)
Mike McLaughlin [Wed, 27 Oct 2021 18:34:32 +0000 (11:34 -0700)]
Disable failing DebugServicesTests (#2710)

3 years agoUpdate 2.1 to 3.1 netcoreapp in diagnostic repo documentation (#2706)
Tom McDonald [Tue, 26 Oct 2021 22:54:12 +0000 (15:54 -0700)]
Update 2.1 to 3.1 netcoreapp in diagnostic repo documentation (#2706)

* Update 2.1 to 3.1 netcoreapp in diagnostic repo documentation
Completes #1640

* Update a few instances of 2.1 I missed in the first commit

* Remove .NET version specific info in README.md

Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
3 years agoUpdate sos-debugging-extension.md (#2704)
Juan Hoyos [Mon, 25 Oct 2021 22:06:23 +0000 (15:06 -0700)]
Update sos-debugging-extension.md (#2704)

3 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20211024.1 (#2702)
dotnet-maestro[bot] [Mon, 25 Oct 2021 18:57:35 +0000 (18:57 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20211024.1 (#2702)

[main] Update dependencies from dotnet/arcade

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20211024.1 (#2703)
dotnet-maestro[bot] [Mon, 25 Oct 2021 17:17:50 +0000 (17:17 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20211024.1 (#2703)

[main] Update dependencies from dotnet/installer

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211022.10 (#2701)
dotnet-maestro[bot] [Sun, 24 Oct 2021 17:03:21 +0000 (17:03 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211022.10 (#2701)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211023.4 (...
dotnet-maestro[bot] [Sun, 24 Oct 2021 12:49:16 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211023.4 (#2700)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211022.8 (#2699)
dotnet-maestro[bot] [Sat, 23 Oct 2021 12:56:16 +0000 (12:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211022.8 (#2699)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211021.6 (#2697)
dotnet-maestro[bot] [Fri, 22 Oct 2021 16:56:05 +0000 (16:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211021.6 (#2697)

[main] Update dependencies from dotnet/runtime

 - Merge branch 'main' into darc-main-87ac66d6-61ca-4ffc-a61e-4de6e86d1913

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211021.10 ...
dotnet-maestro[bot] [Fri, 22 Oct 2021 12:57:05 +0000 (12:57 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211021.10 (#2696)

[main] Update dependencies from dotnet/aspnetcore

3 years ago[main] Update dependencies from dotnet/aspnetcore (#2692)
dotnet-maestro[bot] [Thu, 21 Oct 2021 17:23:40 +0000 (17:23 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2692)

[main] Update dependencies from dotnet/aspnetcore

 - Merge branch 'main' into darc-main-fab13f2b-94ac-4732-854f-ed79ce80e390

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211020.9 (#2694)
dotnet-maestro[bot] [Thu, 21 Oct 2021 12:53:35 +0000 (12:53 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211020.9 (#2694)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211018.1 (#2689)
dotnet-maestro[bot] [Tue, 19 Oct 2021 16:24:32 +0000 (16:24 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211018.1 (#2689)

[main] Update dependencies from dotnet/symstore

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211018.20 ...
dotnet-maestro[bot] [Tue, 19 Oct 2021 12:50:34 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211018.20 (#2688)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211018.12 (#2690)
dotnet-maestro[bot] [Tue, 19 Oct 2021 12:46:40 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211018.12 (#2690)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20211018.6 (#2683)
dotnet-maestro[bot] [Tue, 19 Oct 2021 00:23:24 +0000 (17:23 -0700)]
Update dependencies from https://github.com/dotnet/installer build 20211018.6 (#2683)

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rtm.21508.19 -> To Version 6.0.100-rtm.21518.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoUse PEImage API get export symbols for single file apps (#2674)
Mike McLaughlin [Mon, 18 Oct 2021 23:47:40 +0000 (16:47 -0700)]
Use PEImage API get export symbols for single file apps (#2674)

* Use PEImage API get export symbols for single file apps

Add single file app testing support.

Disable bpmd testing for single-file on Linux/MacOS

Issues: https://github.com/dotnet/diagnostics/issues/2515 and https://github.com/dotnet/diagnostics/issues/2438

* Support Windows/MacOS single-file in the C++ runtime enum fallback

IDebuggerServices::GetOffsetBySymbol is used to get the runtime info export and so most
of the changes are making the interface available on the libsos "side" under Linux/MacOS
since there is a Extensions instance both in libsosplugin and libsos. The libsos side
Extensions::GetDebuggerServices always returned null before this change. Now it only
returns null if hosted under a managed host like dotnet-dump.

* Disable test single-file live apps on Alpine

* Enable single-file tests when no host runtime (C++ fallback)

* Fix initialize bpmd problems on Main

* Fix clrstack -i/ICorDebug C++ fallback code for single-file

Simplify to what the managed Runtime code does without the debugshim
and library provider. SOS no longer needs debugshim, but left it for
the future dbgshim out-of-band work.

3 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20211018.1 (#2682)
dotnet-maestro[bot] [Mon, 18 Oct 2021 16:42:08 +0000 (09:42 -0700)]
Update dependencies from https://github.com/dotnet/arcade build 20211018.1 (#2682)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.RemoteExecutor
 From Version 7.0.0-beta.21508.1 -> To Version 7.0.0-beta.21518.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211017.2 (#2685)
dotnet-maestro[bot] [Mon, 18 Oct 2021 16:04:35 +0000 (09:04 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20211017.2 (#2685)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.6.0
 From Version 6.0.0-rtm.21515.15 -> To Version 6.0.0-rtm.21517.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211018.3 (...
dotnet-maestro[bot] [Mon, 18 Oct 2021 16:04:25 +0000 (09:04 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211018.3 (#2684)

Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Ref
 From Version 6.0.0-rtm.21516.1 -> To Version 6.0.0-rtm.21518.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211015.15 (#2681)
dotnet-maestro[bot] [Sat, 16 Oct 2021 12:45:56 +0000 (12:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211015.15 (#2681)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211016.1 (...
dotnet-maestro[bot] [Sat, 16 Oct 2021 12:44:55 +0000 (12:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211016.1 (#2680)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211014.7 (#2678)
dotnet-maestro[bot] [Fri, 15 Oct 2021 12:47:27 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211014.7 (#2678)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211014.23 ...
dotnet-maestro[bot] [Fri, 15 Oct 2021 12:46:21 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211014.23 (#2677)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211014.4 (...
dotnet-maestro[bot] [Thu, 14 Oct 2021 17:35:03 +0000 (17:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211014.4 (#2675)

[main] Update dependencies from dotnet/aspnetcore

3 years agoFix processor to cancel/fail session started task source. (#2665)
Justin Anderson [Thu, 14 Oct 2021 16:37:59 +0000 (09:37 -0700)]
Fix processor to cancel/fail session started task source. (#2665)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211013.26 (#2676)
dotnet-maestro[bot] [Thu, 14 Oct 2021 16:35:22 +0000 (16:35 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211013.26 (#2676)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20211012.1 (#2670)
dotnet-maestro[bot] [Wed, 13 Oct 2021 16:38:40 +0000 (09:38 -0700)]
Update dependencies from https://github.com/microsoft/clrmd build 20211012.1 (#2670)

Microsoft.Diagnostics.Runtime , Microsoft.Diagnostics.Runtime.Utilities
 From Version 2.0.250401 -> To Version 2.0.251201

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211012.8 (#2671)
dotnet-maestro[bot] [Wed, 13 Oct 2021 12:51:28 +0000 (12:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211012.8 (#2671)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211012.5 (...
dotnet-maestro[bot] [Wed, 13 Oct 2021 12:50:19 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211012.5 (#2669)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211011.12 (#2667)
dotnet-maestro[bot] [Tue, 12 Oct 2021 12:50:42 +0000 (12:50 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211011.12 (#2667)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211011.21 ...
dotnet-maestro[bot] [Tue, 12 Oct 2021 12:49:40 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211011.21 (#2666)

[main] Update dependencies from dotnet/aspnetcore

3 years ago[main] Update dependencies from dotnet/arcade (#2661)
dotnet-maestro[bot] [Mon, 11 Oct 2021 19:47:35 +0000 (19:47 +0000)]
[main] Update dependencies from dotnet/arcade (#2661)

[main] Update dependencies from dotnet/arcade

 - Let arcade set the xunit version

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211009.1 (...
dotnet-maestro[bot] [Mon, 11 Oct 2021 17:53:42 +0000 (17:53 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211009.1 (#2659)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211010.5 (#2663)
dotnet-maestro[bot] [Mon, 11 Oct 2021 17:07:54 +0000 (17:07 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211010.5 (#2663)

[main] Update dependencies from dotnet/runtime

3 years agoadded option to use ANSI escape codes to write to the Console fixes #2536 (#2656)
mikelle-rogers [Mon, 11 Oct 2021 16:57:38 +0000 (10:57 -0600)]
added option to use ANSI escape codes to write to the Console fixes #2536 (#2656)

* added option to use ANSI escape codes to write to the Console

* fixed for better style

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20211008.19 (...
dotnet-maestro[bot] [Mon, 11 Oct 2021 12:48:43 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20211008.19 (#2662)

[main] Update dependencies from dotnet/installer

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211008.16 (#2660)
dotnet-maestro[bot] [Sat, 9 Oct 2021 12:45:15 +0000 (12:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211008.16 (#2660)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211008.2 (...
dotnet-maestro[bot] [Fri, 8 Oct 2021 17:03:51 +0000 (10:03 -0700)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211008.2 (#2657)

Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Ref
 From Version 6.0.0-rtm.21507.1 -> To Version 6.0.0-rtm.21508.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211007.16 (#2658)
dotnet-maestro[bot] [Fri, 8 Oct 2021 16:38:34 +0000 (09:38 -0700)]
Update dependencies from https://github.com/dotnet/runtime build 20211007.16 (#2658)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.6.0
 From Version 6.0.0-rtm.21506.22 -> To Version 6.0.0-rtm.21507.16

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
3 years agoAllow asp.net duration triggers to change counter interval (#2649)
Wiktor Kopec [Thu, 7 Oct 2021 18:00:10 +0000 (11:00 -0700)]
Allow asp.net duration triggers to change counter interval (#2649)

* Allow asp.net duration triggers to change counter interval
- Also change interval to float

* PR feedback

* pr feedback

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211006.22 (#2655)
dotnet-maestro[bot] [Thu, 7 Oct 2021 16:50:00 +0000 (16:50 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211006.22 (#2655)

[main] Update dependencies from dotnet/runtime

3 years ago[main] Update dependencies from dotnet/aspnetcore (#2652)
dotnet-maestro[bot] [Thu, 7 Oct 2021 12:38:41 +0000 (12:38 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#2652)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211005.6 (#2653)
dotnet-maestro[bot] [Wed, 6 Oct 2021 12:55:50 +0000 (12:55 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211005.6 (#2653)

[main] Update dependencies from dotnet/runtime

3 years agoAdd blob publishing capabilities to the release tool (#2640)
Juan Hoyos [Wed, 6 Oct 2021 11:00:50 +0000 (04:00 -0700)]
Add blob publishing capabilities to the release tool (#2640)

* Add blob publishing capabilities to the release tool

- Retarget to net6.0
- Cleanup

Co-authored-by: Patrick Fenelon <pafenelo@microsoft.com>
* Add release tool invocation

* fixup! Add release tool invocation

* Account for internal-only builds

* Always verify hash if available

Co-authored-by: Patrick Fenelon <pafenelo@microsoft.com>
3 years agoReclassify dependencies (#2651)
Matt Mitchell [Wed, 6 Oct 2021 01:45:32 +0000 (18:45 -0700)]
Reclassify dependencies (#2651)

Reclassify dependencies. This cannot have a product dependency on arcade or installer as those create cycles in the product.

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211004.14 ...
dotnet-maestro[bot] [Tue, 5 Oct 2021 17:09:37 +0000 (17:09 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211004.14 (#2645)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211004.15 (#2648)
dotnet-maestro[bot] [Tue, 5 Oct 2021 17:05:19 +0000 (17:05 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211004.15 (#2648)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20211004.1 (#2647)
dotnet-maestro[bot] [Tue, 5 Oct 2021 12:46:45 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20211004.1 (#2647)

[main] Update dependencies from dotnet/symstore

3 years agoUpdate dependencies from https://github.com/microsoft/clrmd build 20211004.1 (#2646)
dotnet-maestro[bot] [Tue, 5 Oct 2021 12:46:38 +0000 (12:46 +0000)]
Update dependencies from https://github.com/microsoft/clrmd build 20211004.1 (#2646)

[main] Update dependencies from microsoft/clrmd

3 years agoAdd interface level testing using test asset packages (#2595)
Mike McLaughlin [Mon, 4 Oct 2021 23:57:08 +0000 (16:57 -0700)]
Add interface level testing using test asset packages (#2595)

* Add interface level testing

Add DebugServicesTests.cs. Tests the ITarget, IModuleService, IThreadService and IRuntimeService implementations
for dotnet-dump analyze dump reader and under dbgeng.

Add TestHost, TestDump and TestDbgEng wrapper classes.

Fix StackAndOtherTests dump input/output paths to include the debug type

Fix module relocation fixes. Passed wrong rva.

Check local PE, ELF and MachO file key match

Load extensions from DOTNET_DIAGNOSTIC_EXTENSIONS env var. Use to load the Microsoft.DebugServices.UnitTest dll
containing the test data writer, reader and test commands.

Fix unloading sos under dbgeng. Issue https://github.com/dotnet/diagnostics/issues/2576 and a couple of the SOS tests
needed this because of the new dbgeng version

Stilling using cdb 10.0.18362 because the newer 10.0.22454.1000 causes GCTests to fail with random crashes.

Fix DataTarget.PlatformFunctions.LoadLibrary exceptions crashing lldb

3 years agoSwitch to 1ES R&D pools on main (#2644)
Jon Fortescue [Mon, 4 Oct 2021 23:17:24 +0000 (16:17 -0700)]
Switch to 1ES R&D pools on main (#2644)

3 years agoUpdate dependencies from https://github.com/dotnet/installer build 20210930.21 (...
dotnet-maestro[bot] [Mon, 4 Oct 2021 12:36:51 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/installer build 20210930.21 (#2643)

[main] Update dependencies from dotnet/installer

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20211001.9 (#2642)
dotnet-maestro[bot] [Sat, 2 Oct 2021 12:36:55 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20211001.9 (#2642)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20211001.15 ...
dotnet-maestro[bot] [Sat, 2 Oct 2021 12:31:22 +0000 (12:31 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20211001.15 (#2641)

[main] Update dependencies from dotnet/aspnetcore

3 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210930.1 (#2635)
dotnet-maestro[bot] [Fri, 1 Oct 2021 17:59:47 +0000 (17:59 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210930.1 (#2635)

[main] Update dependencies from dotnet/symstore

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210930.10 (#2636)
dotnet-maestro[bot] [Fri, 1 Oct 2021 12:46:10 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210930.10 (#2636)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210930.15 ...
dotnet-maestro[bot] [Fri, 1 Oct 2021 12:40:22 +0000 (12:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210930.15 (#2634)

[main] Update dependencies from dotnet/aspnetcore

3 years agoResolve relative path in setsymbolserver -directory (#2633)
Adeel Mujahid [Thu, 30 Sep 2021 23:38:13 +0000 (02:38 +0300)]
Resolve relative path in setsymbolserver -directory (#2633)

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210929.7 (#2631)
dotnet-maestro[bot] [Thu, 30 Sep 2021 12:46:46 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210929.7 (#2631)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210929.18 ...
dotnet-maestro[bot] [Thu, 30 Sep 2021 12:36:07 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210929.18 (#2630)

[main] Update dependencies from dotnet/aspnetcore

3 years agoAdd glob support for asp.net triggers (#2615)
Wiktor Kopec [Wed, 29 Sep 2021 18:43:12 +0000 (11:43 -0700)]
Add glob support for asp.net triggers (#2615)

* Add glob support for asp.net triggers

* PR feedback

* Pr feedback

3 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210928.11 (#2627)
dotnet-maestro[bot] [Wed, 29 Sep 2021 12:36:31 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210928.11 (#2627)

[main] Update dependencies from dotnet/runtime

3 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210929.1 (...
dotnet-maestro[bot] [Wed, 29 Sep 2021 12:35:52 +0000 (12:35 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210929.1 (#2626)

[main] Update dependencies from dotnet/aspnetcore