dotnet-maestro[bot] [Sat, 1 Aug 2020 16:47:34 +0000 (16:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200731.8 (#1396)
[master] Update dependencies from dotnet/aspnetcore
- Updates:
- Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20380.7 to 5.0.0-rc.1.20381.8
dotnet-maestro[bot] [Sat, 1 Aug 2020 12:34:58 +0000 (12:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200801.1 (#1395)
[master] Update dependencies from dotnet/runtime
- Updates:
- Microsoft.NETCore.App: from 5.0.0-rc.1.20380.20 to 5.0.0-rc.1.20401.1
chrisnas [Sat, 1 Aug 2020 01:07:21 +0000 (03:07 +0200)]
Allow dotnet-trace to be used while the input/output is redirected (#1348)
Co-authored-by: Christophe Nasarre <c.nasarresoulier@criteo.com>
dotnet-maestro[bot] [Fri, 31 Jul 2020 18:13:55 +0000 (18:13 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200730.20 (#1393)
[master] Update dependencies from dotnet/runtime
- Updates:
- Microsoft.NETCore.App: from 5.0.0-rc.1.20380.1 to 5.0.0-rc.1.20380.20
dotnet-maestro[bot] [Fri, 31 Jul 2020 18:09:10 +0000 (18:09 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200730.7 (#1394)
[master] Update dependencies from dotnet/aspnetcore
- Updates:
- Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20379.14 to 5.0.0-rc.1.20380.7
dotnet-maestro[bot] [Thu, 30 Jul 2020 20:57:38 +0000 (20:57 +0000)]
Update dependencies from https://github.com/dotnet/arcade build
20200724.1 (#1392)
[master] Update dependencies from dotnet/arcade
- Updates:
- Microsoft.DotNet.RemoteExecutor: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1
- Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20364.3 to 5.0.0-beta.20374.1
dotnet-maestro[bot] [Thu, 30 Jul 2020 12:49:09 +0000 (12:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200729.14 (#1391)
[master] Update dependencies from dotnet/aspnetcore
- Updates:
- Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20377.3 to 5.0.0-rc.1.20379.14
dotnet-maestro[bot] [Thu, 30 Jul 2020 12:38:46 +0000 (12:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200730.1 (#1390)
[master] Update dependencies from dotnet/runtime
- Updates:
- Microsoft.NETCore.App: from 5.0.0-rc.1.20371.13 to 5.0.0-rc.1.20380.1
Youssef Victor [Thu, 30 Jul 2020 00:06:21 +0000 (02:06 +0200)]
Fix typos (#1388)
* Add missing "for" word
* Update CollectCommandHandler.cs
* Fix typo in --process-id description
* Update CollectCommandHandler.cs
* Update Program.cs
* Update ReportCommandHandler.cs
* Changes to re-trigger build
dotnet-maestro[bot] [Mon, 27 Jul 2020 23:27:37 +0000 (23:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200727.3 (#1385)
[master] Update dependencies from dotnet/aspnetcore
- Updates:
- Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20375.2 to 5.0.0-rc.1.20377.3
John Salem [Mon, 27 Jul 2020 18:46:48 +0000 (11:46 -0700)]
Simplify dotnet-trace main loop (#1257)
* Simplify main loop of dotnet-trace
* comments
* prevent multiple calls to session.stop
* refactor line rewriter
* more simplification
* Go back to loop
* timer could cause interleved output
* Only decrement clear line if we moved buffer
* needs to be checked on Windows terminal
* Adjust behavior by platform
* allow for input/output redirection
* Apply suggestions from code review
* Update CollectCommand.cs
dotnet-maestro[bot] [Sun, 26 Jul 2020 17:37:12 +0000 (17:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200725.2 (#1382)
[master] Update dependencies from dotnet/aspnetcore
- Updates:
- Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20374.1 to 5.0.0-rc.1.20375.2
Mike McLaughlin [Sat, 25 Jul 2020 17:00:37 +0000 (10:00 -0700)]
Merge pull request #1376 from criteo-forks/PR_dotnet-dump
Add new "extended" commands based on ClrMD to dotnet-dump
dotnet-maestro[bot] [Fri, 24 Jul 2020 16:58:04 +0000 (16:58 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200721.13 (#1379)
[master] Update dependencies from dotnet/runtime
- Updates:
- Microsoft.NETCore.App: from 5.0.0-rc.1.20370.4 to 5.0.0-rc.1.20371.13
dotnet-maestro[bot] [Fri, 24 Jul 2020 12:37:13 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200724.1 (#1380)
[master] Update dependencies from dotnet/aspnetcore
- Updates:
- Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20371.1 to 5.0.0-rc.1.20374.1
Christophe Nasarre [Wed, 22 Jul 2020 07:28:13 +0000 (09:28 +0200)]
Add new "extended" commands based on ClrMD to dotnet-dump
- TimerInfo lists timers details and displays a summary
- both ClrMD 1.1 and 2.0 implementations are provided (based on ClrMD2 symbol
defined or not to make the move to 2.0 simple by just removing the 1.1 code)
Juan Hoyos [Thu, 23 Jul 2020 21:04:34 +0000 (14:04 -0700)]
Retarget tests against 5.0 and 3.1 as needed (#1337)
* Retarget tests against 5.0 and 3.1 as needed
* Exclude EventPipe tests from 5.0
Co-authored-by: Sung Yoon Whang <suwhang@microsoft.com>
Sung Yoon Whang [Thu, 23 Jul 2020 20:00:51 +0000 (13:00 -0700)]
Try fixing WriteDumpTests
Wiktor Kopec [Thu, 23 Jul 2020 18:08:57 +0000 (11:08 -0700)]
Add support for CORS (#1377)
Juan Sebastian Hoyos Ayala [Thu, 23 Jul 2020 08:52:13 +0000 (01:52 -0700)]
Exclude EventPipe tests from 5.0
Mike McLaughlin [Wed, 22 Jul 2020 02:42:59 +0000 (19:42 -0700)]
Change aka.ms to fwlink links (#1375)
dotnet-maestro[bot] [Tue, 21 Jul 2020 23:00:38 +0000 (23:00 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20200715.1 (#1358)
Microsoft.SymbolStore
From Version 1.0.135601 -> To Version 1.0.136501
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 21 Jul 2020 12:48:49 +0000 (12:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200721.1 (#1372)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-rc.1.20367.16 -> To Version 5.0.0-rc.1.20371.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 21 Jul 2020 12:37:58 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200720.4 (#1371)
Microsoft.NETCore.App
From Version 5.0.0-rc.1.20367.23 -> To Version 5.0.0-rc.1.20370.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sung Yoon Whang [Tue, 21 Jul 2020 08:40:11 +0000 (01:40 -0700)]
Better formatting for incrementing counters (#1364)
Sung Yoon Whang [Mon, 20 Jul 2020 22:07:53 +0000 (15:07 -0700)]
Fix a potential NullReferenceException when counter session hasn't started yet (#1367)
* Fix a potential NullReferenceException when counter session hasn't started yet
* PR feedback
Sung Yoon Whang [Mon, 20 Jul 2020 21:34:06 +0000 (14:34 -0700)]
Add System.Net.Http and Kestrel counters to list of well-known counters (#1365)
John Salem [Mon, 20 Jul 2020 20:37:06 +0000 (13:37 -0700)]
Add ResumeRuntime, ProcessInfo, and Advertise Protocol to Diagnostics IPC spec (#1350)
Sung Yoon Whang [Mon, 20 Jul 2020 18:47:49 +0000 (11:47 -0700)]
Add overload for starting EventPipe session with a single EventPipeProvider (#1366)
* Add overload for starting EventPipe session with a single EventPipeProvider
* Docs change
John Salem [Mon, 20 Jul 2020 18:21:17 +0000 (11:21 -0700)]
Update documentation/design-docs/ipc-protocol.md
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
Wiktor Kopec [Mon, 20 Jul 2020 17:22:34 +0000 (10:22 -0700)]
Add proper error type to /logs call. This produces a clear json error when the pid is ambiguos, instead of a 406 response. (#1359)
dotnet-maestro[bot] [Sat, 18 Jul 2020 12:28:33 +0000 (12:28 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200717.16 (#1362)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-rc.1.20366.25 -> To Version 5.0.0-rc.1.20367.16
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Sat, 18 Jul 2020 12:27:48 +0000 (12:27 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200717.23 (#1361)
Microsoft.NETCore.App
From Version 5.0.0-rc.1.20366.14 -> To Version 5.0.0-rc.1.20367.23
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Mike McLaughlin [Sat, 18 Jul 2020 02:05:56 +0000 (19:05 -0700)]
Add check for the breaking change version with the new ISOSDacInterface9 interface (#1360)
Issue: https://github.com/dotnet/runtime/issues/27309
dotnet-maestro[bot] [Fri, 17 Jul 2020 12:47:27 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200716.25 (#1357)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20360.11 -> To Version 5.0.0-rc.1.20366.25
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Fri, 17 Jul 2020 12:46:50 +0000 (12:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200716.14 (#1356)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20361.2 -> To Version 5.0.0-rc.1.20366.14
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Mike McLaughlin [Fri, 17 Jul 2020 01:26:36 +0000 (18:26 -0700)]
Various SOS, dotnet-dump and documentation fixes (#1355)
Remove some tabs
Fix a CurrentThread being nullable problem
Fix gallery manifest Linux trigger
Fix clrthreads OSID width for longer ids on xplat
Fix error messages and documentation
Add aks.ms link to diagnostics FAQ in SOS error messages
Issue: https://github.com/dotnet/diagnostics/issues/1339
Clarify x-plat dump debugging support
Issue: https://github.com/dotnet/diagnostics/issues/1247
dotnet-maestro[bot] [Thu, 16 Jul 2020 11:35:24 +0000 (11:35 +0000)]
[master] Update dependencies from dotnet/arcade (#1319)
* Update dependencies from https://github.com/dotnet/arcade build
20200630.3
Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Arcade.Sdk
From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20330.3
* Update dependencies from https://github.com/dotnet/arcade build
20200714.3
Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Arcade.Sdk
From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20364.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Thu, 16 Jul 2020 11:33:44 +0000 (11:33 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200710.11 (#1341)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20358.10 -> To Version 5.0.0-preview.8.20360.11
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
John Salem [Thu, 16 Jul 2020 00:13:38 +0000 (17:13 -0700)]
Update IPC spec
Steve MacLean [Tue, 14 Jul 2020 02:09:15 +0000 (22:09 -0400)]
Fix performance issue with gcroot (#1344)
The std::List<t>::size() method was not guaranteed to be linear complexity
until C++11. Apparently the Centos Containers we are using to build the
diagnostic repo do not have C+11 compliant StdLib headers installed.
dotnet-maestro[bot] [Sun, 12 Jul 2020 12:37:38 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200711.2 (#1340)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20358.9 -> To Version 5.0.0-preview.8.20361.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Juan Sebastian Hoyos Ayala [Fri, 10 Jul 2020 05:45:52 +0000 (22:45 -0700)]
Retarget tests against 5.0 and 3.1 as needed
Steve MacLean [Fri, 10 Jul 2020 01:13:43 +0000 (21:13 -0400)]
Update DacCompareNativeTypes (#1335)
Adjust Regex expressions to match dwarfdump in Ubuntu 20.04.
Latest version of dwarfdump dropped quotation marks off type names.
Remove unicode quotes from expression. Use closing group syntax to
match opening '<' to closing '>'.
Extend ignore list for libunwind types. CrossOS DAC is using a different version
of libunwind (1.5+) than the Linux DAC (1.3). Also add dbi's Target_CLiteWeightStgdbRW
Add stats output to Main()
Add return exit code to Main()
Mike McLaughlin [Thu, 9 Jul 2020 23:38:19 +0000 (16:38 -0700)]
Fix Windows x86 and arm build. (#1330)
Fix Windows x86 and arm build.
Enabled Windows x86 build in public CI to catch these kind of problems.
Add x86 3.1.5 runtime install to fix dotnet monitor tests
Mike McLaughlin [Thu, 9 Jul 2020 17:18:12 +0000 (10:18 -0700)]
Add libcoreclr.so module trigger to extension gallery manifest (#1331)
dotnet-maestro[bot] [Thu, 9 Jul 2020 16:59:19 +0000 (16:59 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200708.9 (#1328)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20357.14 -> To Version 5.0.0-preview.8.20358.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Thu, 9 Jul 2020 12:47:45 +0000 (12:47 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200708.10 (#1329)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20358.2 -> To Version 5.0.0-preview.8.20358.10
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Wed, 8 Jul 2020 23:02:03 +0000 (23:02 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200707.14 (#1323)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20352.6 -> To Version 5.0.0-preview.8.20357.14
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Juan Hoyos [Wed, 8 Jul 2020 20:18:52 +0000 (13:18 -0700)]
Enable setsymbolserver -pat <PAT> <SERVER> for authenticated symbol servers
dotnet-maestro[bot] [Wed, 8 Jul 2020 12:45:04 +0000 (12:45 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20200706.1 (#1325)
Microsoft.SymbolStore
From Version 1.0.132501 -> To Version 1.0.135601
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Wed, 8 Jul 2020 12:37:46 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200708.2 (#1324)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20352.8 -> To Version 5.0.0-preview.8.20358.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Juan Hoyos [Wed, 8 Jul 2020 10:45:51 +0000 (03:45 -0700)]
Add SOS DumpALC command (#1284)
This change adds a new SOS command to dump an AssemblyLoadContext for an
object. The dumped ALC is the one into which the object's type is
loaded.
Sung Yoon Whang [Tue, 7 Jul 2020 04:00:37 +0000 (21:00 -0700)]
Catch ServerNotAvailableException being thrown on non-abrupt exits of target app (#1322)
Juan Sebastian Hoyos Ayala [Mon, 6 Jul 2020 21:21:06 +0000 (14:21 -0700)]
Plumb PAT for symbol servers
Noah Falk [Mon, 6 Jul 2020 22:57:40 +0000 (15:57 -0700)]
Merge pull request #1313 from adamsitnik/updateTraceEvent
update TraceEvent to latest version with SpeedScope|Chromium bug fixes
Adam Sitnik [Mon, 6 Jul 2020 20:32:51 +0000 (22:32 +0200)]
ActivityJsonStop -> ActivityJson
Adam Sitnik [Mon, 6 Jul 2020 20:14:48 +0000 (22:14 +0200)]
rename ActivityJsonStart -> ActivityJson as required by TraceEvent update
Mike McLaughlin [Sat, 4 Jul 2020 00:06:45 +0000 (17:06 -0700)]
Fix Windows x86 dumpheap (#1316)
Fix Windows x86 dumpheap
Re-enable GC tests for Windows x86
dotnet-maestro[bot] [Fri, 3 Jul 2020 12:34:59 +0000 (12:34 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1312)
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200701.6
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20351.1 -> To Version 5.0.0-preview.8.20351.6
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200702.8
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20351.1 -> To Version 5.0.0-preview.8.20352.8
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Fri, 3 Jul 2020 12:29:40 +0000 (12:29 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200702.6 (#1314)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20351.9 -> To Version 5.0.0-preview.8.20352.6
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Adam Sitnik [Fri, 3 Jul 2020 11:22:04 +0000 (13:22 +0200)]
update TraceEvent to latest version with SpeedScope|Chromium bug fixes
dotnet-maestro[bot] [Thu, 2 Jul 2020 12:32:44 +0000 (12:32 +0000)]
[master] Update dependencies from dotnet/runtime (#1306)
* Update dependencies from https://github.com/dotnet/runtime build
20200630.14
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20328.6 -> To Version 5.0.0-preview.8.20330.14
* Update dependencies from https://github.com/dotnet/runtime build
20200701.9
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20328.6 -> To Version 5.0.0-preview.8.20351.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sung Yoon Whang [Wed, 1 Jul 2020 18:33:01 +0000 (11:33 -0700)]
Remove useless file accidentally checked in (#1310)
dotnet-maestro[bot] [Wed, 1 Jul 2020 12:27:21 +0000 (12:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200701.1 (#1307)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20329.10 -> To Version 5.0.0-preview.8.20351.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
David Mason [Tue, 30 Jun 2020 20:31:43 +0000 (13:31 -0700)]
Add test for SOS POH (#1264)
Tests that GC commands work with objects allocated on the pinned object heap
dotnet-maestro[bot] [Tue, 30 Jun 2020 12:27:04 +0000 (12:27 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200629.10 (#1304)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20328.2 -> To Version 5.0.0-preview.8.20329.10
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Mon, 29 Jun 2020 12:31:30 +0000 (12:31 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200628.2 (#1300)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20327.3 -> To Version 5.0.0-preview.8.20328.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Mon, 29 Jun 2020 12:31:15 +0000 (12:31 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200628.6 (#1299)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20328.1 -> To Version 5.0.0-preview.8.20328.6
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Sun, 28 Jun 2020 18:46:02 +0000 (18:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200627.3 (#1298)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20326.15 -> To Version 5.0.0-preview.8.20327.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Sun, 28 Jun 2020 12:36:50 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200628.1 (#1297)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20326.9 -> To Version 5.0.0-preview.8.20328.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Sat, 27 Jun 2020 12:38:02 +0000 (12:38 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200626.15 (#1296)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20326.2 -> To Version 5.0.0-preview.8.20326.15
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Sat, 27 Jun 2020 12:37:13 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200626.9 (#1295)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20326.2 -> To Version 5.0.0-preview.8.20326.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Fri, 26 Jun 2020 12:37:27 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200626.2 (#1293)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20325.1 -> To Version 5.0.0-preview.8.20326.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Fri, 26 Jun 2020 12:36:33 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200626.2 (#1292)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20325.1 -> To Version 5.0.0-preview.8.20326.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Justin Anderson [Thu, 25 Jun 2020 20:44:54 +0000 (13:44 -0700)]
Skip tests that invoke DumpHeap command on .NET 5.0 x86. (#1290)
dotnet-maestro[bot] [Thu, 25 Jun 2020 12:45:33 +0000 (12:45 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20200625.1 (#1287)
Microsoft.SymbolStore
From Version 1.0.132201 -> To Version 1.0.132501
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Thu, 25 Jun 2020 12:43:41 +0000 (12:43 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1283)
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200624.1
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20322.11 -> To Version 5.0.0-preview.8.20324.1
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200625.1
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.8.20322.11 -> To Version 5.0.0-preview.8.20325.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Thu, 25 Jun 2020 12:42:47 +0000 (12:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200625.1 (#1286)
Microsoft.NETCore.App
From Version 5.0.0-preview.8.20323.9 -> To Version 5.0.0-preview.8.20325.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Jan Vorlicek [Thu, 25 Jun 2020 00:31:36 +0000 (02:31 +0200)]
Fix Unix build break
Jan Vorlicek [Wed, 24 Jun 2020 23:51:33 +0000 (01:51 +0200)]
Add SOS DumpALC command
This change adds a new SOS command to dump an AssemblyLoadContext for an
object. The dumped ALC is the one into which the object's type is
loaded.
Steve MacLean [Wed, 24 Jun 2020 16:51:06 +0000 (12:51 -0400)]
Handle 32-bit CLRDATA_ADDRESS semantics in ReadMemory (#1280)
* Handle 32-bit CLRDATA_ADDRESS semantics in ReadMemory
* Use clrMD 1.1.132302
dotnet-maestro[bot] [Wed, 24 Jun 2020 12:37:03 +0000 (12:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200623.9 (#1282)
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20322.7 -> To Version 5.0.0-preview.8.20323.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 23 Jun 2020 16:41:22 +0000 (09:41 -0700)]
[master] Update dependencies from dotnet/aspnetcore (#1269)
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200619.2
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.7.20318.1 -> To Version 5.0.0-preview.7.20319.2
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200619.8
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.7.20318.1 -> To Version 5.0.0-preview.7.20319.8
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200621.1
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.7.20318.1 -> To Version 5.0.0-preview.7.20321.1
* Update dependencies from https://github.com/dotnet/aspnetcore build
20200622.11
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.7.20318.1 -> To Version 5.0.0-preview.8.20322.11
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 23 Jun 2020 12:36:16 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200622.7 (#1276)
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20321.2 -> To Version 5.0.0-preview.7.20322.7
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 23 Jun 2020 12:32:53 +0000 (12:32 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20200622.1 (#1277)
Microsoft.SymbolStore
From Version 1.0.131501 -> To Version 1.0.132201
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Mon, 22 Jun 2020 12:26:28 +0000 (12:26 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200621.2 (#1273)
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20320.5 -> To Version 5.0.0-preview.7.20321.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Mon, 22 Jun 2020 12:23:46 +0000 (12:23 +0000)]
Update dependencies from https://github.com/dotnet/arcade build
20200616.1 (#1272)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.RemoteExecutor
From Version 5.0.0-beta.20309.1 -> To Version 5.0.0-beta.20316.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Sun, 21 Jun 2020 12:35:53 +0000 (12:35 +0000)]
[master] Update dependencies from dotnet/runtime (#1262)
* Update dependencies from https://github.com/dotnet/runtime build
20200618.2
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20317.2 -> To Version 5.0.0-preview.7.20318.2
* Update dependencies from https://github.com/dotnet/runtime build
20200618.14
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20317.2 -> To Version 5.0.0-preview.7.20318.14
* Update dependencies from https://github.com/dotnet/runtime build
20200620.1
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20317.2 -> To Version 5.0.0-preview.7.20320.1
* Update dependencies from https://github.com/dotnet/runtime build
20200620.5
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20317.2 -> To Version 5.0.0-preview.7.20320.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
David Mason [Thu, 18 Jun 2020 22:47:43 +0000 (15:47 -0700)]
Add POH to SOS commands (#1228)
Update SOS commands to know about the pinned object heap.
Justin Anderson [Thu, 18 Jun 2020 21:32:15 +0000 (14:32 -0700)]
Update dotnet-monitor to preview 2. (#1265)
Version dotnet-monitor independently.
Juan Hoyos [Thu, 18 Jun 2020 17:07:31 +0000 (10:07 -0700)]
Alias platform parameter to architecture to align to arcade (#1256)
dotnet-maestro[bot] [Thu, 18 Jun 2020 12:36:07 +0000 (12:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200618.1 (#1263)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.7.20317.3 -> To Version 5.0.0-preview.7.20318.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Justin Anderson [Thu, 18 Jun 2020 03:59:49 +0000 (20:59 -0700)]
Change blob item category to uppercase. (#1258)
Sung Yoon Whang [Thu, 18 Jun 2020 01:01:21 +0000 (18:01 -0700)]
respect --buffersize flag (#1254)
Mike McLaughlin [Wed, 17 Jun 2020 21:54:07 +0000 (14:54 -0700)]
Add thread service (#1236)
Renames the RegisterService to ThreadService and adds methods to implement these issues:
https://github.com/dotnet/diagnostics/issues/558 "setthread should support different types of thread ids"
https://github.com/dotnet/diagnostics/issues/559 "Sort threads by thread id"
Justin Anderson [Wed, 17 Jun 2020 18:38:33 +0000 (11:38 -0700)]
Add category metadata to ManifestArtifactData metadata instead of Category metadata. (#1242)
dotnet-maestro[bot] [Wed, 17 Jun 2020 17:55:34 +0000 (17:55 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20200617.2 (#1252)
Microsoft.NETCore.App
From Version 5.0.0-preview.7.20315.3 -> To Version 5.0.0-preview.7.20317.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Wed, 17 Jun 2020 12:43:56 +0000 (12:43 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20200617.3 (#1253)
Microsoft.AspNetCore.App.Ref
From Version 5.0.0-preview.7.20314.1 -> To Version 5.0.0-preview.7.20317.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Steve MacLean [Wed, 17 Jun 2020 04:58:56 +0000 (00:58 -0400)]
Fix 64bit register output (#1250)