platform/core/dotnet/diagnostics.git
5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200310.4 (#899)
dotnet-maestro[bot] [Wed, 11 Mar 2020 02:04:33 +0000 (02:04 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200310.4 (#899)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20160.4
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20160.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
5 years agoAdd darc dependency to symstore (#898)
Juan Hoyos [Tue, 10 Mar 2020 23:19:35 +0000 (16:19 -0700)]
Add darc dependency to symstore (#898)

* Update versions of older runtimes to test

* Add symstore dependency for automated dependency flow

5 years agoRevert "[master] Update dependencies from dotnet/aspnetcore (#886)" (#897)
Juan Hoyos [Tue, 10 Mar 2020 22:42:46 +0000 (15:42 -0700)]
Revert "[master] Update dependencies from dotnet/aspnetcore (#886)" (#897)

This reverts commit ee8ed8048c825db6af021dc794e3ecc0d649df03. This version of the AspNetCore runtime still works against a busted version of the runtime.

5 years agoChange dotnet-monitor tool to non-shipping temporarily (#891)
Wiktor Kopec [Tue, 10 Mar 2020 20:23:01 +0000 (13:23 -0700)]
Change dotnet-monitor tool to non-shipping temporarily (#891)

5 years agoFix several issues in build and publishing (#889)
Juan Hoyos [Tue, 10 Mar 2020 18:36:16 +0000 (11:36 -0700)]
Fix several issues in build and publishing (#889)

* Make packages explicitly Shipping/Non-Shipping

* Work around SDK bug that trips sourcelink validation

* Cleanup properies in publishing

 These properties used to be needed, but they have been removed in arcade.
 The new workflow is to use pipeline publishing which this repo uses.

* Make publishing explicit for test products that need it

This will save us from hardcoding paths by making it more explicit.
That way when we clean up and decouple builds we can have breaks when needed.
It also brings down artifact size from 318 MB to 206
for xcopy tests needed for helix.

* Correctly bubble up native build issues.

5 years ago[master] Update dependencies from dotnet/aspnetcore (#886)
dotnet-maestro[bot] [Tue, 10 Mar 2020 17:45:37 +0000 (10:45 -0700)]
[master] Update dependencies from dotnet/aspnetcore (#886)

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

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20156.9

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

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20157.4

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

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20158.5

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

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20159.15

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
5 years ago[master] Update dependencies from dotnet/runtime (#876)
dotnet-maestro[bot] [Tue, 10 Mar 2020 17:44:58 +0000 (10:44 -0700)]
[master] Update dependencies from dotnet/runtime (#876)

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

- Microsoft.NETCore.App - 5.0.0-preview.2.20154.1

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

- Microsoft.NETCore.App - 5.0.0-preview.2.20155.1

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

- Microsoft.NETCore.App - 5.0.0-preview.2.20155.3

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

- Microsoft.NETCore.App - 5.0.0-preview.3.20159.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
5 years agoCreate dotnet-monitor tool (#878)
Wiktor Kopec [Mon, 9 Mar 2020 23:41:31 +0000 (16:41 -0700)]
Create dotnet-monitor tool (#878)

* Create dotnet-monitor tool
* Listens for TraceEvent for logging and metrics.
* Currently supports a console sink, and a Log Analytics metric sink
* Designed to be used in an Aks sidecar to produce logging/metrics.

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200308.2 (#890)
dotnet-maestro[bot] [Mon, 9 Mar 2020 16:39:39 +0000 (09:39 -0700)]
Update dependencies from https://github.com/dotnet/arcade build 20200308.2 (#890)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20158.2
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20158.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
5 years agoAdd symbol publishing property to disable the special indexing (#888)
Mike McLaughlin [Sun, 8 Mar 2020 19:24:38 +0000 (12:24 -0700)]
Add symbol publishing property to disable the special indexing (#888)

Fixes the "DUP" errors in the symbol publishing stage.

5 years agoUpdate build.yml to use OSX 10.14 (#874)
Sung Yoon Whang [Sat, 7 Mar 2020 04:28:44 +0000 (20:28 -0800)]
Update build.yml to use OSX 10.14 (#874)

* Update build.yml

* try xcode version 9.4.1

* Try 10.3

* Fix print statements in lldbhelper.py

* PR feedback

* try to fix build

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200305.1 (...
Mike McLaughlin [Thu, 5 Mar 2020 18:32:05 +0000 (10:32 -0800)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200305.1 (#877)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20155.1

5 years agoPipeline consolidation, added SDL and signature verification. (#852)
Juan Hoyos [Tue, 3 Mar 2020 17:35:21 +0000 (09:35 -0800)]
Pipeline consolidation, added SDL and signature verification. (#852)

* Consolidate CI and Build pipelines

* Add source checks to pipelines

- Disable CI.
- Enable exclusions for documentation and license.

* Encompass all prior jobs into a single job for SDL/Publishing v2 changes

* Add Alpine to PR testing

* Use Publishing v2 and run SDL on official builds

This modifies how we publish symbols, usual packages,
and runs policheck and crediscan against internal builds.

This also runs signature validation, nuget validity, and sourcelink.

* Delete UnicodeData.txt

This was brought with the coreclr's pal but was deleted in dotnet/coreclr#24581
This was used to generate sources, but not automatically as part of the build.
The generated file is checked in, and SOS's is already outdated.

* Fix Policheck issues

Fixes all the flagged terms except for API contracts, false positives, and files aquired from LLDB.

* Add alpine debug to testing

* Fix whitespace

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200302.3 (...
dotnet-maestro[bot] [Tue, 3 Mar 2020 17:10:16 +0000 (09:10 -0800)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200302.3 (#873)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20152.3

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200302.11 (#872)
dotnet-maestro[bot] [Tue, 3 Mar 2020 17:09:38 +0000 (09:09 -0800)]
Update dependencies from https://github.com/dotnet/runtime build 20200302.11 (#872)

- Microsoft.NETCore.App - 5.0.0-preview.2.20152.11

5 years agoFix whitespace in SECURITY.md (#870)
Mike McLaughlin [Tue, 3 Mar 2020 01:41:26 +0000 (17:41 -0800)]
Fix whitespace in SECURITY.md (#870)

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200301.4 (#869)
dotnet-maestro[bot] [Mon, 2 Mar 2020 13:49:45 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200301.4 (#869)

- Microsoft.NETCore.App - 5.0.0-preview.2.20151.4

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200301.1 (#868)
dotnet-maestro[bot] [Mon, 2 Mar 2020 13:31:30 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200301.1 (#868)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20151.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20151.1

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200229.8 (#867)
dotnet-maestro[bot] [Sun, 1 Mar 2020 13:44:08 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200229.8 (#867)

- Microsoft.NETCore.App - 5.0.0-preview.2.20129.8

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200228.11 ...
dotnet-maestro[bot] [Sat, 29 Feb 2020 13:45:29 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200228.11 (#866)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20128.11

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200228.16 (#865)
dotnet-maestro[bot] [Sat, 29 Feb 2020 13:44:10 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200228.16 (#865)

- Microsoft.NETCore.App - 5.0.0-preview.2.20128.16

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200227.14 (#864)
dotnet-maestro[bot] [Fri, 28 Feb 2020 13:46:07 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200227.14 (#864)

- Microsoft.NETCore.App - 5.0.0-preview.2.20127.14

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200226.7 (...
dotnet-maestro[bot] [Thu, 27 Feb 2020 13:46:44 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200226.7 (#863)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20126.7

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200225.16 (#856)
dotnet-maestro[bot] [Wed, 26 Feb 2020 15:22:58 +0000 (15:22 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200225.16 (#856)

- Microsoft.NETCore.App - 5.0.0-preview.2.20125.16

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200225.12 ...
dotnet-maestro[bot] [Wed, 26 Feb 2020 15:19:21 +0000 (15:19 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200225.12 (#857)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20125.12

5 years agoAdd SECURITY.md
dotnet-bot [Wed, 26 Feb 2020 01:46:08 +0000 (01:46 +0000)]
Add SECURITY.md

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200225.1 (#854)
dotnet-maestro[bot] [Tue, 25 Feb 2020 19:34:46 +0000 (19:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200225.1 (#854)

- Microsoft.NETCore.App - 5.0.0-preview.2.20125.1

5 years agoUpdates tryrun.cmake for cross build (#837)
Mikhail Kurinnoi [Tue, 25 Feb 2020 16:55:26 +0000 (19:55 +0300)]
Updates tryrun.cmake for cross build (#837)

Fix cross build:
```
...
-- Performing Test UNGETC_NOT_RETURN_EOF
CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately:
   UNGETC_NOT_RETURN_EOF_EXITCODE (advanced)
   UNGETC_NOT_RETURN_EOF_EXITCODE__TRYRUN_OUTPUT (advanced)
For details see /home/viewizard/Desktop/diagnostics/artifacts/obj/Linux.armel.Release/TryRunResults.cmake
-- Performing Test UNGETC_NOT_RETURN_EOF - Success
...
```
Related to cmake changes (starts from 3.14.0-rc3, https://gitlab.kitware.com/cmake/cmake/commit/92d9ec9bfb61d2cd35a82d6906de86c71350b865)
More info: https://gitlab.kitware.com/cmake/cmake/issues/18973

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200224.10 ...
dotnet-maestro[bot] [Tue, 25 Feb 2020 13:46:18 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200224.10 (#853)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20124.10

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200223.1 (#851)
dotnet-maestro[bot] [Mon, 24 Feb 2020 13:36:37 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200223.1 (#851)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20123.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20123.1

5 years agoMicrosoft.Diagnostics.NETCore.Client Documentation (#845)
Sung Yoon Whang [Sun, 23 Feb 2020 06:13:18 +0000 (22:13 -0800)]
Microsoft.Diagnostics.NETCore.Client Documentation (#845)

* some docs

* More API descriptions

* fix broken links

* More link

* link

* cleanup

* pr feedback

* PR feedback

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200221.13 ...
dotnet-maestro[bot] [Sat, 22 Feb 2020 13:42:26 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200221.13 (#850)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20121.13

5 years ago[master] Update dependencies from dotnet/runtime (#842)
dotnet-maestro[bot] [Fri, 21 Feb 2020 13:45:42 +0000 (13:45 +0000)]
[master] Update dependencies from dotnet/runtime (#842)

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

- Microsoft.NETCore.App - 5.0.0-preview.2.20119.9

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

- Microsoft.NETCore.App - 5.0.0-preview.2.20120.8

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200219.7 (...
dotnet-maestro[bot] [Thu, 20 Feb 2020 13:52:35 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200219.7 (#843)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20119.7

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200218.8 (...
dotnet-maestro[bot] [Wed, 19 Feb 2020 13:52:56 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200218.8 (#841)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20118.8

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200218.7 (#840)
dotnet-maestro[bot] [Wed, 19 Feb 2020 13:51:29 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200218.7 (#840)

- Microsoft.NETCore.App - 5.0.0-preview.1.20118.7

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200217.8 (#838)
dotnet-maestro[bot] [Tue, 18 Feb 2020 13:44:39 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200217.8 (#838)

- Microsoft.NETCore.App - 5.0.0-preview.1.20117.8

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200216.1 (...
dotnet-maestro[bot] [Mon, 17 Feb 2020 13:46:30 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200216.1 (#836)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20116.1

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200217.2 (#835)
dotnet-maestro[bot] [Mon, 17 Feb 2020 13:45:05 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200217.2 (#835)

- Microsoft.NETCore.App - 5.0.0-preview.1.20117.2

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200216.1 (#834)
dotnet-maestro[bot] [Mon, 17 Feb 2020 13:31:12 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200216.1 (#834)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20116.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20116.1

5 years ago[master] Update dependencies from dotnet/runtime (#827)
dotnet-maestro[bot] [Sun, 16 Feb 2020 17:41:31 +0000 (17:41 +0000)]
[master] Update dependencies from dotnet/runtime (#827)

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

- Microsoft.NETCore.App - 5.0.0-alpha.1.20112.1

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

- Microsoft.NETCore.App - 5.0.0-preview.1.20112.12

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

- Microsoft.NETCore.App - 5.0.0-preview.1.20113.7

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

- Microsoft.NETCore.App - 5.0.0-preview.1.20114.8

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

- Microsoft.NETCore.App - 5.0.0-preview.1.20115.9

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200214.15 ...
dotnet-maestro[bot] [Sat, 15 Feb 2020 13:46:11 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200214.15 (#833)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20114.15

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200213.23 ...
dotnet-maestro[bot] [Fri, 14 Feb 2020 13:49:27 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200213.23 (#831)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20113.23

5 years agoGet UnixDomainSocketEndPoint using Type.GetType() to avoid FileNotFoundException...
Ilia [Thu, 13 Feb 2020 19:14:30 +0000 (22:14 +0300)]
Get UnixDomainSocketEndPoint using Type.GetType() to avoid FileNotFoundException (#829)

Fixes #821

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200212.5 (...
dotnet-maestro[bot] [Thu, 13 Feb 2020 14:08:37 +0000 (14:08 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200212.5 (#830)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20112.5

5 years agoEscape EventPipeProvider argument key as well (#825)
Sung Yoon Whang [Wed, 12 Feb 2020 23:10:13 +0000 (15:10 -0800)]
Escape EventPipeProvider argument key as well (#825)

* Escape EventPipeProvider argument key as well

* put the brace where it was

5 years agoTry to get UnixDomainSocketEndPoint from System.Core if not found in System.Net.Socke...
Ilia [Wed, 12 Feb 2020 18:58:30 +0000 (21:58 +0300)]
Try to get UnixDomainSocketEndPoint from System.Core if not found in System.Net.Sockets (#826)

Fixes #821

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200211.6 (...
dotnet-maestro[bot] [Wed, 12 Feb 2020 13:51:40 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200211.6 (#828)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20111.6

5 years agoProperly encode semicolon in argument strings for EventPipeProvider (#824)
Sung Yoon Whang [Wed, 12 Feb 2020 01:52:00 +0000 (17:52 -0800)]
Properly encode semicolon in argument strings for EventPipeProvider (#824)

* Add quotation to semicolon in argument string for EventPipeProvider

* Add test

* remove dup

* Wrap the entire argument string in quotes instead

* Add more test

5 years agoMake diagnostics client library tests not sleep (#742)
Sung Yoon Whang [Wed, 12 Feb 2020 01:51:31 +0000 (17:51 -0800)]
Make diagnostics client library tests not sleep (#742)

* Make the diagnostics client library tests not sleep

* Remove thread.sleep

* task.delay instead of thread.sleep

* Fix failing test

5 years agoFix ps handler for elevated process (#749)
Sung Yoon Whang [Wed, 12 Feb 2020 01:42:15 +0000 (17:42 -0800)]
Fix ps handler for elevated process (#749)

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200210.4 (...
dotnet-maestro[bot] [Tue, 11 Feb 2020 13:51:22 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200210.4 (#822)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20110.4

5 years agoDo not clear the screen if returning error at launch (#815)
Sung Yoon Whang [Mon, 10 Feb 2020 19:11:15 +0000 (11:11 -0800)]
Do not clear the screen if returning error at launch (#815)

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200209.1 (#814)
dotnet-maestro[bot] [Mon, 10 Feb 2020 13:31:50 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200209.1 (#814)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20109.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20109.1

5 years agoFix the Windows private runtime build testing problems (#807)
Mike McLaughlin [Sat, 8 Feb 2020 20:03:08 +0000 (12:03 -0800)]
Fix the Windows private runtime build testing problems (#807)

Fix the Windows private runtime build testing problems

Enable the "setclrpath" for Windows.

Change the SOS test harness and scripts to set the runtime path for triage dumps.

Add -privatebuildpath option to build scripts that installs the test runtimes, copies
the private runtime build and on Windows regedit's the necessary keys to create dumps.

Add private build registry cleanup.

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200207.8 (...
dotnet-maestro[bot] [Sat, 8 Feb 2020 13:55:58 +0000 (13:55 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200207.8 (#813)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20107.8

5 years agoRemove dead codes (#806)
Next Turn [Thu, 6 Feb 2020 06:09:30 +0000 (14:09 +0800)]
Remove dead codes (#806)

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200205.1 (...
dotnet-maestro[bot] [Wed, 5 Feb 2020 17:41:41 +0000 (17:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200205.1 (#802)

- Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20105.1

5 years agoAdd weak WinRT handle kind (#800)
Next Turn [Tue, 4 Feb 2020 18:00:23 +0000 (02:00 +0800)]
Add weak WinRT handle kind (#800)

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200203.10 (#798)
dotnet-maestro[bot] [Tue, 4 Feb 2020 13:54:51 +0000 (13:54 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200203.10 (#798)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20103.10

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200203.9 (...
dotnet-maestro[bot] [Tue, 4 Feb 2020 13:53:24 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200203.9 (#799)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20103.9

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200202.3 (#797)
dotnet-maestro[bot] [Mon, 3 Feb 2020 13:42:56 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200202.3 (#797)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20102.3

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200201.2 (#796)
dotnet-maestro[bot] [Mon, 3 Feb 2020 13:36:40 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200201.2 (#796)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20101.2

5 years ago[master] Update dependencies from dotnet/runtime (#793)
dotnet-maestro[bot] [Sun, 2 Feb 2020 13:49:19 +0000 (13:49 +0000)]
[master] Update dependencies from dotnet/runtime (#793)

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

- Microsoft.NETCore.App - 5.0.0-alpha.1.20080.10

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

- Microsoft.NETCore.App - 5.0.0-alpha.1.20101.1

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

- Microsoft.NETCore.App - 5.0.0-alpha.1.20101.3

5 years agoFix official build failures with latest runtime (#795)
Mike McLaughlin [Sat, 1 Feb 2020 02:48:27 +0000 (18:48 -0800)]
Fix official build failures with latest runtime (#795)

5 years agoVarious misc changes and SOS fixes (#789)
Mike McLaughlin [Fri, 31 Jan 2020 08:03:48 +0000 (00:03 -0800)]
Various misc changes and SOS fixes (#789)

Misc build changes

Fix source/line number support

Make sure the ip doesn't get adjusted before the start of the function.

Allow `!SuppressJitOptimization on` to be used before the runtime is loaded and on xplat

Add display il map option to !u

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200129.7 (...
dotnet-maestro[bot] [Thu, 30 Jan 2020 18:46:51 +0000 (18:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200129.7 (#787)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20079.7

5 years agoShow optimization tiers for runtime major version >= 3 (including 5) (#785)
Koundinya Veluri [Wed, 29 Jan 2020 20:43:13 +0000 (12:43 -0800)]
Show optimization tiers for runtime major version >= 3 (including 5) (#785)

Show optimization tiers for runtime major version >= 3 (including 5)

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200128.2 (#786)
dotnet-maestro[bot] [Wed, 29 Jan 2020 13:43:42 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200128.2 (#786)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20078.2

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200127.11 (#783)
dotnet-maestro[bot] [Tue, 28 Jan 2020 14:06:03 +0000 (14:06 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200127.11 (#783)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20077.11

5 years agoChanging the output text to say 'dump' rather than 'minidump' to avoid confusion...
Andy Sterland [Mon, 27 Jan 2020 21:36:10 +0000 (13:36 -0800)]
Changing the output text to say 'dump' rather than 'minidump' to avoid confusion with the minidump file format over in windows land. (#772)

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200126.2 (#781)
dotnet-maestro[bot] [Mon, 27 Jan 2020 14:08:14 +0000 (14:08 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200126.2 (#781)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20076.2

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200126.1 (...
dotnet-maestro[bot] [Mon, 27 Jan 2020 14:05:19 +0000 (14:05 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200126.1 (#782)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20076.1

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200126.3 (#780)
dotnet-maestro[bot] [Mon, 27 Jan 2020 13:41:37 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200126.3 (#780)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20076.3
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20076.3

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200125.3 (...
dotnet-maestro[bot] [Sun, 26 Jan 2020 13:58:25 +0000 (13:58 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200125.3 (#779)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20075.3

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200125.5 (#778)
dotnet-maestro[bot] [Sun, 26 Jan 2020 13:56:24 +0000 (13:56 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200125.5 (#778)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20075.5

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200124.8 (#776)
dotnet-maestro[bot] [Sat, 25 Jan 2020 14:07:31 +0000 (14:07 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200124.8 (#776)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20074.8

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200124.1 (...
dotnet-maestro[bot] [Sat, 25 Jan 2020 14:04:31 +0000 (14:04 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200124.1 (#777)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20074.1

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200123.8 (#774)
dotnet-maestro[bot] [Fri, 24 Jan 2020 14:04:14 +0000 (14:04 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200123.8 (#774)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20073.8

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200123.2 (...
dotnet-maestro[bot] [Fri, 24 Jan 2020 14:01:13 +0000 (14:01 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200123.2 (#775)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20073.2

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200122.3 (#773)
dotnet-maestro[bot] [Thu, 23 Jan 2020 14:07:51 +0000 (14:07 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200122.3 (#773)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20072.3

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200121.6 (...
dotnet-maestro[bot] [Wed, 22 Jan 2020 13:54:42 +0000 (13:54 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200121.6 (#769)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20071.6

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200121.7 (#768)
dotnet-maestro[bot] [Wed, 22 Jan 2020 13:53:17 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200121.7 (#768)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20071.7

5 years agoMisc SOS fixes (#758)
Mike McLaughlin [Tue, 21 Jan 2020 22:40:27 +0000 (14:40 -0800)]
Misc SOS fixes (#758)

Misc SOS fixes

Change "dbgout" command not to require EE or DAC (use INIT_API_EXT).

Fix case where the DAC is already in the temp directory because of a
loadsymbols command when symlink'ing it on Linux.

Allow just setsymbolserver -log without any other options.

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200120.2 (...
dotnet-maestro[bot] [Tue, 21 Jan 2020 13:55:53 +0000 (13:55 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200120.2 (#766)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20070.2

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200120.4 (#765)
dotnet-maestro[bot] [Tue, 21 Jan 2020 13:54:13 +0000 (13:54 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200120.4 (#765)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20070.4

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200119.2 (#764)
dotnet-maestro[bot] [Mon, 20 Jan 2020 13:34:13 +0000 (13:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200119.2 (#764)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20069.2

5 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20200118.1 (#763)
dotnet-maestro[bot] [Mon, 20 Jan 2020 13:31:25 +0000 (13:31 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20200118.1 (#763)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20068.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20068.1

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200118.4 (#762)
dotnet-maestro[bot] [Sun, 19 Jan 2020 13:47:25 +0000 (13:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200118.4 (#762)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20068.4

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200117.2 (...
dotnet-maestro[bot] [Sat, 18 Jan 2020 13:51:30 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200117.2 (#760)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20067.2

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200117.9 (#759)
dotnet-maestro[bot] [Sat, 18 Jan 2020 13:50:14 +0000 (13:50 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200117.9 (#759)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20067.9

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200116.11 (#757)
dotnet-maestro[bot] [Fri, 17 Jan 2020 13:44:00 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200116.11 (#757)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20066.11

5 years agoBuild Windows arm64 version of SOS. (#754)
Mike McLaughlin [Fri, 17 Jan 2020 00:02:10 +0000 (16:02 -0800)]
Build Windows arm64 version of SOS. (#754)

Build Windows arm64 version of SOS.

Make sure that the "BuildArch" msbuild property is always passed to managed and native builds.

Add the arm64 SOS to the various packages and zip files.

The diasymreader package for Windows PDB support is currently disabled for arm64 waiting
for issue https://github.com/dotnet/diagnostics/issues/324 to be addressed.

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200115.4 (#755)
dotnet-maestro[bot] [Thu, 16 Jan 2020 13:44:43 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200115.4 (#755)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20065.4

5 years agoChange Versions.props so darc updates don't conflict (#752)
Mike McLaughlin [Wed, 15 Jan 2020 22:52:49 +0000 (14:52 -0800)]
Change Versions.props so darc updates don't conflict (#752)

5 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20200114.4 (...
dotnet-maestro[bot] [Wed, 15 Jan 2020 17:21:10 +0000 (09:21 -0800)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20200114.4 (#751)

- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20064.4

Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200114.4 (#750)
dotnet-maestro[bot] [Wed, 15 Jan 2020 14:00:50 +0000 (14:00 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200114.4 (#750)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20064.4

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200113.7 (#747)
dotnet-maestro[bot] [Tue, 14 Jan 2020 13:40:22 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200113.7 (#747)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20063.7

5 years agoFix line number issues in SOS (#734)
Mike McLaughlin [Tue, 14 Jan 2020 08:22:12 +0000 (00:22 -0800)]
Fix line number issues in SOS (#734)

Fix line number issues in SOS

The change is to subtract 1 from the IP used to get the source/line info when the stack frame is a leaf node. For hardware exceptions, the IP has already been adjusted (+1) by the runtime so they cancel out.

Fixes in SOS the same issues reported in https://github.com/dotnet/coreclr/issues/27765 and https://github.com/dotnet/coreclr/issues/25740 for the runtime's unhandled exception message.

Add some more PrintException -lines testing for thrown and hardware exceptions.

Gracefully fail with runtime module size == 0.

Fix "clrmodules" failure our vendors found.

Add line number (LineNum) check testcase

5 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20200112.3 (#745)
dotnet-maestro[bot] [Mon, 13 Jan 2020 14:57:26 +0000 (14:57 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20200112.3 (#745)

- Microsoft.NETCore.App - 5.0.0-alpha.1.20062.3