dotnet-maestro[bot] [Sun, 20 Dec 2020 13:48:34 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201219.4 (#1845)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 19 Dec 2020 13:48:29 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201219.2 (#1844)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 18 Dec 2020 13:42:00 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201217.15 (#1842)
[master] Update dependencies from dotnet/aspnetcore
Kevin Gosse [Fri, 18 Dec 2020 00:05:59 +0000 (01:05 +0100)]
Move caret back to the end when exiting (#1838)
* Move caret back to the end when exiting
* Compute maxRow during AssignRowsAndInitializeDisplay
* Address PR feedback
dotnet-maestro[bot] [Thu, 17 Dec 2020 13:41:16 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201217.2 (#1841)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 16 Dec 2020 13:55:34 +0000 (13:55 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201215.8 (#1840)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 15 Dec 2020 22:23:22 +0000 (22:23 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201214.10 (#1834)
[master] Update dependencies from dotnet/runtime
Mike McLaughlin [Tue, 15 Dec 2020 21:45:52 +0000 (13:45 -0800)]
SOS/dotnet-dump extensibility - Part 2 (#1826)
* Native SOS clean up and refactoring
Added and updated IHost, ITarget and IRuntime native interfaces and
implementations. Going forward these will be provided by the managed
host support.
Added "runtimes" command and moved the runtime selection options from
sosstatus to this command.
Move include files to common SOS inc directory.
John Salem [Tue, 15 Dec 2020 21:35:12 +0000 (13:35 -0800)]
Update --providers help text with details on filter strings (#542)
* Initial update to help text
* Move more complex examples to documentation since they don't format well in the help text
* Change example in help text
John Salem [Tue, 15 Dec 2020 18:31:06 +0000 (10:31 -0800)]
Add warning message to dotnet-monitor (#1819)
dotnet-maestro[bot] [Tue, 15 Dec 2020 13:56:43 +0000 (13:56 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201214.3 (#1835)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 15 Dec 2020 13:52:54 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20201214.1 (#1836)
[master] Update dependencies from dotnet/symstore
Mike McLaughlin [Tue, 15 Dec 2020 04:10:13 +0000 (20:10 -0800)]
SOS/dotnet-dump extensibility - Part 1 (#1823)
* Split the interface and implementation debug service assemblies
* Add IHost and ITarget interfaces. Add the Target and Target data reader implementations.
Add ISymbolService and an implementation that temporarily uses SOS.NETCore.
ServiceProvider cleanup.
SOS.Hosting cleanup.
* Add ISymbolService and implementation temporarily using SOS.NETCore.
* Add IMemoryService and implementations
There are two helper IMemoryService implementations PEImageMappingMemoryService and MetadataMappingMemoryService. They are used to wrap the base native debugger memory service implementation.
PEImageMappingMemoryService is used in dotnet-dump for Windows targets to mapping PE images like coreclr.dll into the memory address space the module's memory isn't present. It downloads and loads the actual module and performs the necessary fix ups.
MetadataMappingMemoryService is only used for core dumps when running under lldb to map the managed assemblies metadata into address space. This is needed because the way lldb returns zero's for invalid memory for dumps generated with createdump on older runtimes (< 5.0).
The address sign extension plan for 32 bit processors (arm32/x86) is that address are masked on entry to the managed infrastructure from DAC or DBI callbacks or from the native SOS code in SOS.Hosting. If the native debugger that the infrastructure is hosted needs addresses to be signed extended like dbgeng, it will happen in the debugger services layer (IDebuggerService).
* Add IModuleService and IModule interfaces and implementation
* Update IThreadService, add IThread (replacing ThreadInfo) and add new ThreadService implementation.
* Add IRuntimeService/IRuntime interfaces and implementations.
This service abstracts the .NET runtimes in the process.
* Update IConsoleService and add ICommandService and update the implementatiion.
Command invocation is now synchronous so it will work under dbgeng.
Cleaned up the command and option alias attributes.
* Update test scripts.
dotnet-maestro[bot] [Tue, 15 Dec 2020 02:16:31 +0000 (02:16 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201212.4 (#1825)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 15 Dec 2020 02:12:39 +0000 (02:12 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201212.4 (#1824)
[master] Update dependencies from dotnet/runtime
JP Durot [Mon, 14 Dec 2020 23:38:49 +0000 (00:38 +0100)]
Add DumpGen command to dotnet-dump (#1816)
* Add DumpGen command in dotnet-dump
* Fix tests on Windows x86
* Bump ClrMD version to get the fix needed for the previous commit
Steve MacLean [Mon, 14 Dec 2020 20:56:50 +0000 (15:56 -0500)]
Fix clru (#1831)
* Fix GetILSize()
Reading a COR_ILMETHOD into an unaligned byte
array would cause GetILSize to fail.
* Fix DecoderInit
Fix bogus workaround for unaligned header
dotnet-maestro[bot] [Mon, 14 Dec 2020 13:51:10 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/arcade build
20201210.4 (#1829)
[master] Update dependencies from dotnet/arcade
dotnet-maestro[bot] [Sat, 12 Dec 2020 14:40:44 +0000 (14:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201211.17 (#1822)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 12 Dec 2020 13:39:32 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201211.23 (#1821)
[master] Update dependencies from dotnet/runtime
Sung Yoon Whang [Fri, 11 Dec 2020 21:35:14 +0000 (13:35 -0800)]
Update outdated known counter descriptions (#1815)
* update outdated known counter descriptions
* change text to match docs PR
dotnet-maestro[bot] [Fri, 11 Dec 2020 13:44:29 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201210.24 (#1818)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 11 Dec 2020 13:38:57 +0000 (13:38 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201211.2 (#1817)
[master] Update dependencies from dotnet/runtime
Sung Yoon Whang [Thu, 10 Dec 2020 22:11:10 +0000 (14:11 -0800)]
Update diagnostics IPC protocol doc (#1814)
* fix broken links, remove reference to outdated terms
* Update documentation/design-docs/ipc-protocol.md
Co-authored-by: John Salem <josalem@microsoft.com>
Co-authored-by: John Salem <josalem@microsoft.com>
dotnet-maestro[bot] [Thu, 10 Dec 2020 17:42:46 +0000 (17:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201209.15 (#1811)
[master] Update dependencies from dotnet/runtime
JP Durot [Thu, 10 Dec 2020 17:12:03 +0000 (18:12 +0100)]
Fix help displayed for dotnet-dump DumpConcurrentQueue command (#1809)
dotnet-maestro[bot] [Thu, 10 Dec 2020 13:44:51 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201209.13 (#1812)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 9 Dec 2020 19:01:05 +0000 (19:01 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201209.2 (#1807)
[master] Update dependencies from dotnet/runtime
JP Durot [Wed, 9 Dec 2020 18:21:41 +0000 (19:21 +0100)]
Add DumpConcurrentDictionary command in dotnet-dump (#1791)
* Add DumpConcurrentDictionary command in dotnet-dump
* Add tests on new DumpConcurrentDictionary command
* Fix tests on different platforms
* Disable tests on netcoreapp2.1 under Linux
* Fix SOS test config file for dotnet-dump commands
dotnet-maestro[bot] [Wed, 9 Dec 2020 13:46:28 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201208.5 (#1808)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 8 Dec 2020 17:39:43 +0000 (17:39 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20201207.1 (#1806)
[master] Update dependencies from dotnet/symstore
dotnet-maestro[bot] [Tue, 8 Dec 2020 17:18:43 +0000 (17:18 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201207.16 (#1805)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 8 Dec 2020 13:45:08 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201208.2 (#1804)
[master] Update dependencies from dotnet/runtime
Justin Anderson [Mon, 7 Dec 2020 21:51:38 +0000 (13:51 -0800)]
Create and publish nupkg version files. (#1801)
dotnet-maestro[bot] [Mon, 7 Dec 2020 13:52:37 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201206.6 (#1799)
[master] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Mon, 7 Dec 2020 13:46:10 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/arcade build
20201201.2 (#1798)
[master] Update dependencies from dotnet/arcade
dotnet-maestro[bot] [Mon, 7 Dec 2020 00:47:08 +0000 (00:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201205.2 (#1797)
[master] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sat, 5 Dec 2020 13:43:07 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201204.10 (#1796)
[master] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 4 Dec 2020 13:50:11 +0000 (13:50 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1789)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 4 Dec 2020 13:48:09 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201203.13 (#1795)
[master] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 3 Dec 2020 23:28:15 +0000 (23:28 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201203.7 (#1792)
[master] Update dependencies from dotnet/runtime
John Salem [Thu, 3 Dec 2020 23:18:46 +0000 (15:18 -0800)]
Update tool-list.json (#1782)
Add dotnet-stack to NuGetAssets
Mike McLaughlin [Wed, 2 Dec 2020 23:43:03 +0000 (15:43 -0800)]
Put the version string comment in the wrong place (#1788)
Mike McLaughlin [Wed, 2 Dec 2020 21:48:12 +0000 (13:48 -0800)]
Fixes for some vendors issues for the stable release (#1785)
* Fixes for some vendors issues for the stable release
1) Stop printing the "@(#)Version" prefix of the SOS version on Linux.
2) Change the default symbol cache for dotnet-dump on Windows to VS's.
3) Fix eeversion unhandled exception on Linux when hosted on 5.0.0.
4) Fix `dotnet-dump collect --help` ArgumentOutOfRangeException by reformatting the --type option description.
* Fix eeversion unhandled exception on Linux hosted on 5.0.0
This turned out to be that the dotnet-sos installed included runtime binaries
like System.Memory, System.Buffer, etc. that were wrong version for hosting on
5.0.0. This didn't get catch by the normal testing because only certain project
references were copied to the bin directory.
The main part of this fix was to be very explicit in which assemblies are added to
the TPA that are in the SOS directory instead of adding all of them.
Changed the SOS managed installed to copy all the managed assemblies in SOS.NETCore
to better match the dotnet-sos install layout.
Changed the SOS tests to explicitly test across all the host runtimes (2.1.x,
3.1.x, 5.0.x and desktop).
* Fix `dotnet-dump collect --help` ArgumentOutOfRangeException by reformatting the --type option description.
dotnet-maestro[bot] [Wed, 2 Dec 2020 17:40:52 +0000 (17:40 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201201.10 (#1783)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 1 Dec 2020 18:17:21 +0000 (18:17 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1774)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 1 Dec 2020 13:43:44 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20201130.1 (#1779)
[master] Update dependencies from dotnet/symstore
John Salem [Mon, 30 Nov 2020 23:50:20 +0000 (15:50 -0800)]
Add dotnet-stack tool (#1702)
Justin Anderson [Mon, 30 Nov 2020 23:47:02 +0000 (15:47 -0800)]
Refactor pipeline mode details into pipeline classes. (#1776)
Sung Yoon Whang [Mon, 30 Nov 2020 19:49:28 +0000 (11:49 -0800)]
Hide counter argument and update --counters option description (#1770)
* Hide counter argument and update --counters option description
* fix description
* remove arity
Justin Anderson [Mon, 30 Nov 2020 19:01:52 +0000 (11:01 -0800)]
Fix issue where command line was not reported for .NET Core 3.X runtimes. (#1777)
dotnet-maestro[bot] [Mon, 30 Nov 2020 13:46:23 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/arcade build
20201123.2 (#1775)
[master] Update dependencies from dotnet/arcade
dotnet-maestro[bot] [Sat, 28 Nov 2020 13:32:56 +0000 (13:32 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1773)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Thu, 26 Nov 2020 13:53:43 +0000 (13:53 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201125.6 (#1772)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Wed, 25 Nov 2020 13:58:19 +0000 (13:58 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201124.8 (#1768)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Tue, 24 Nov 2020 14:05:32 +0000 (14:05 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201123.13 (#1765)
[master] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Mon, 23 Nov 2020 14:11:50 +0000 (14:11 +0000)]
[master] Update dependencies from dotnet/arcade (#1724)
[master] Update dependencies from dotnet/arcade
dotnet-maestro[bot] [Sat, 21 Nov 2020 13:36:25 +0000 (13:36 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201120.9 (#1763)
[master] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Sat, 21 Nov 2020 04:47:02 +0000 (20:47 -0800)]
@mikem8361 Disable signing validation (#1761)
* Fix signing validation check
* Disable signing validation
Mike McLaughlin [Sat, 21 Nov 2020 00:56:45 +0000 (16:56 -0800)]
Fix signing validation check (#1759)
Sung Yoon Whang [Fri, 20 Nov 2020 23:45:00 +0000 (15:45 -0800)]
Link the official documentation in the dev versions of the docs (#1757)
dotnet-maestro[bot] [Fri, 20 Nov 2020 18:05:48 +0000 (18:05 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201119.11 (#1756)
[master] Update dependencies from dotnet/aspnetcore
Mike McLaughlin [Fri, 20 Nov 2020 00:41:50 +0000 (16:41 -0800)]
Update the host runtime version ordering SOS uses (#1753)
dotnet-maestro[bot] [Thu, 19 Nov 2020 13:44:31 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build
20201118.9 (#1752)
[master] Update dependencies from dotnet/aspnetcore
Peter Sollich [Thu, 19 Nov 2020 13:34:18 +0000 (14:34 +0100)]
Changes for doubly linked freelists in the 64-bit GC (#1719)
In the 64-bit implementation, we now use one more bit in the method table pointer, so SOS needs to mask out one more bit as well.
Update SOS_BREAKING_CHANGE_VERSION to 2, so users get a warning if they are using an older SOS. This should almost always work just fine though, as the new bit is only set in rare cases during plan_phase.
dotnet-maestro[bot] [Thu, 19 Nov 2020 00:07:49 +0000 (00:07 +0000)]
[master] Update dependencies from dotnet/runtime (#1751)
[master] Update dependencies from dotnet/runtime
- Update feature line for VS package
- Update global.json
- Merge branch 'master' into darc-master-
7ab7b02a-58a6-4608-81d9-
07feca8a906b
dotnet-maestro[bot] [Wed, 18 Nov 2020 23:13:47 +0000 (23:13 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1726)
[master] Update dependencies from dotnet/aspnetcore
- Merge branch 'master' into darc-master-
b7a486a6-7eb8-4482-84d1-
c75cc34c9150
Mike McLaughlin [Wed, 18 Nov 2020 22:45:35 +0000 (14:45 -0800)]
Disable MacOS createdump testing for 5.0 (#1750)
Sung Yoon Whang [Wed, 18 Nov 2020 17:26:03 +0000 (09:26 -0800)]
remove writedump tests for diagnostics client tests (#1741)
Mike McLaughlin [Wed, 18 Nov 2020 17:13:42 +0000 (09:13 -0800)]
Update to test 3.1.10/3.1.24 runtimes and build with 5.0.100 SDK (#1734)
Upgrade to testing on 2.1.23 runtime
Stop testing latest runtime until DARC update to 6.0
Sung Yoon Whang [Wed, 18 Nov 2020 17:05:15 +0000 (09:05 -0800)]
Increase timeout on eventpipe session tests (#1739)
Sung Yoon Whang [Wed, 18 Nov 2020 11:32:17 +0000 (03:32 -0800)]
Implement --diagnostic-port option to dotnet-counters collect/monitor (#1691)
* add --port option to dotnet-counters
* print the correct path on UNIX and let user cancel out before target attaches
* clean up socket upon exit
* Add --port option to dotnet-trace
* fix arg validation logic
* use suspend option in env var
* change --port to --diagnostic-port
* Some refactoring suggested by code review
* fix merge errors
* one last bit of merge errors
Juan Hoyos [Wed, 18 Nov 2020 03:17:54 +0000 (19:17 -0800)]
Change retry logic around everything being an (#1735)
John Salem [Tue, 17 Nov 2020 22:36:25 +0000 (14:36 -0800)]
Update IPC design doc (#1694)
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 17 Nov 2020 20:34:29 +0000 (20:34 +0000)]
Update dependencies from https://github.com/Microsoft/clrmd build
20201111.1 (#1733)
[master] Update dependencies from microsoft/clrmd
dotnet-maestro[bot] [Tue, 17 Nov 2020 19:19:25 +0000 (19:19 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20201116.1 (#1732)
[master] Update dependencies from dotnet/symstore
dotnet-maestro[bot] [Tue, 17 Nov 2020 18:27:57 +0000 (18:27 +0000)]
Update dependencies from https://github.com/dotnet/runtime build
20201116.8 (#1731)
[master] Update dependencies from dotnet/runtime
Sung Yoon Whang [Tue, 17 Nov 2020 04:22:15 +0000 (20:22 -0800)]
Fix race condition in Exporters (#1729)
Jeremy Koritzinsky [Tue, 17 Nov 2020 03:54:46 +0000 (19:54 -0800)]
Use VS insertion package instead of Microsoft.NETCore.App package for non-shipping version. (#1712)
Juan Hoyos [Tue, 17 Nov 2020 03:10:21 +0000 (19:10 -0800)]
Remove dotnet-analyze (#1728)
Mike McLaughlin [Tue, 17 Nov 2020 00:19:56 +0000 (16:19 -0800)]
Use sccsid version.cpp variable to display SOS version on xplat (#1725)
Use the the windbg symbol cache path when running under windbg. dotnet-dump will still use the VS symbol cache path in %TEMP%
dotnet-maestro[bot] [Mon, 16 Nov 2020 13:50:18 +0000 (13:50 +0000)]
[master] Update dependencies from dotnet/runtime (#1723)
[master] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Sun, 15 Nov 2020 00:24:56 +0000 (16:24 -0800)]
Update dependencies from https://github.com/dotnet/runtime build
20201113.5 (#1721)
Microsoft.NETCore.App , Microsoft.NETCore.App.Runtime.win-x64
From Version 5.0.0-rtm.20529.3 -> To Version 5.0.0-rtm.20563.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
dotnet-maestro[bot] [Sat, 14 Nov 2020 22:12:58 +0000 (22:12 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20201113.1 (#1722)
[master] Update dependencies from dotnet/symstore
Wiktor Kopec [Fri, 13 Nov 2020 20:39:50 +0000 (12:39 -0800)]
Add support for configuration of custom metrics (#1713)
* Add support for configuration of custom metrics
* CR Feedback
Sung Yoon Whang [Fri, 13 Nov 2020 00:13:52 +0000 (16:13 -0800)]
Increase timeout for dotnet monitor tests to a minute (#1717)
Mikhail Pilin [Thu, 12 Nov 2020 21:49:41 +0000 (22:49 +0100)]
Implemented extended error processing for attaching to .NET Core 3.1 on macOS. (#1707)
* Implemented extended error processing for attaching to .NET Core 3.1 on macOS.
* Update src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs
Co-authored-by: David Mason <davmason@microsoft.com>
* Update src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs
Co-authored-by: David Mason <davmason@microsoft.com>
* Create UnsupportedCommandException. Update tests and dotnet-dump.
Co-authored-by: David Mason <davmason@microsoft.com>
Sung Yoon Whang [Thu, 12 Nov 2020 20:22:45 +0000 (12:22 -0800)]
[Test PR] Stabilize CIs (#1714)
* stuff
* Better handle ImportERror on lldb helper script
* root cts for disposal
* code review feedback
Juan Hoyos [Thu, 12 Nov 2020 00:48:21 +0000 (16:48 -0800)]
Release tools (#1648)
* Add gather-drop wrapper script
* Add convenience dotnet scripts
* Add NuGet publishing script
* Add core of release tool
* Change behavior to stage files in there's a staging path injected
* Fix manifest aka ms link - strip out extensions
* Fix file stream mode
* Add predictable publishing path to manifest
* Add retry and verification
* Add tools section to the manifest.
* Add GitHub release script
* Verification of input parameters
* Add simple documentation on the release tool
Justin Anderson [Wed, 11 Nov 2020 18:50:06 +0000 (10:50 -0800)]
Egress for dotnet-monitor (#1677)
File system and Azure Blob Storage egress.
Pure Krome [Wed, 11 Nov 2020 02:21:39 +0000 (13:21 +1100)]
:lipstick: Correct the command's spelling/name. (#1711)
The command is `dotnet-dump` so I thought it might be appropriate to make sure the docs are correctly referring to the strict spelling/name of the command. Otherwise, I thought it was actually `dotnet` (the dotnet command) and then `dump` (the tool) ... where the tool is really `dotnet-dump`
Sung Yoon Whang [Tue, 10 Nov 2020 22:27:21 +0000 (14:27 -0800)]
Add instructions on dotnet-counter and dotnet-trace usage at startup (#1681)
* Add instructions on dotnet-counter and dotnet-trace usage on monitor/collect at startup
* typo
Juan Hoyos [Tue, 10 Nov 2020 21:25:52 +0000 (13:25 -0800)]
Add documentation on single file (#1709)
* Add documentation on single file tool deployments.
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
Co-authored-by: John Salem <josalem@microsoft.com>
dotnet-maestro[bot] [Tue, 10 Nov 2020 17:43:17 +0000 (17:43 +0000)]
Update dependencies from https://github.com/dotnet/symstore build
20201109.2 (#1710)
[master] Update dependencies from dotnet/symstore
Mike McLaughlin [Tue, 10 Nov 2020 07:20:12 +0000 (23:20 -0800)]
Use .NET Core runtime to host on Windows; fallback to desktop CLR (#1708)
Use .NET Core runtime to host on Windows; fallback to desktop CLR
dotnet-maestro[bot] [Mon, 9 Nov 2020 13:40:10 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/arcade build
20201102.5 (#1705)
[master] Update dependencies from dotnet/arcade
Sung Yoon Whang [Sat, 7 Nov 2020 20:27:17 +0000 (12:27 -0800)]
Clean up reversed server sockets upon exit (#1704)
Steve MacLean [Thu, 5 Nov 2020 22:36:37 +0000 (17:36 -0500)]
Use SOS_PTR(x) when using %p with varargs (#1700)
* Use SOS_PTR(x) when using %p with varargs
* On Windows copy native binaries for dotnet publish and for VS testing
John Salem [Thu, 5 Nov 2020 21:34:30 +0000 (13:34 -0800)]
Add proposal spec for dotnet-stack tool (#1696)
Juan Hoyos [Thu, 5 Nov 2020 20:08:02 +0000 (12:08 -0800)]
Change feed (#1699)