platform/core/dotnet/diagnostics.git
4 years agoChange dotnet-monitor projects to use PackageReference. (#1996)
Justin Anderson [Fri, 12 Feb 2021 06:32:05 +0000 (22:32 -0800)]
Change dotnet-monitor projects to use PackageReference. (#1996)

4 years agoRename DotnetMonitor.UnitTests project to Microsoft.Diagnostics.Monitoring.UnitTests...
Justin Anderson [Fri, 12 Feb 2021 02:18:41 +0000 (18:18 -0800)]
Rename DotnetMonitor.UnitTests project to Microsoft.Diagnostics.Monitoring.UnitTests. (#1995)

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210210.7 (#1992)
dotnet-maestro[bot] [Thu, 11 Feb 2021 16:55:55 +0000 (16:55 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210210.7 (#1992)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210210.12 ...
dotnet-maestro[bot] [Thu, 11 Feb 2021 13:49:06 +0000 (13:49 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210210.12 (#1993)

[master] Update dependencies from dotnet/aspnetcore

4 years agoAdd --show-child-io feature (#1968)
David Wrighton [Wed, 10 Feb 2021 19:55:29 +0000 (11:55 -0800)]
Add --show-child-io feature (#1968)

* Fix deadlock when redirecting large amounts of child process output, and add ability to not redirect child process behavior
- Use a small set of tasks to consume and ignore arbitrary data passed through standard output/error
- Add a new switch to dotnet-trace called --redirect-child-output which can be set to false to allow viewing data. (By default the option defaults to true, which may be confusing. I'd like some feedback on that.

* Adjust dotnet-trace to add --show-child-output and improve exit code handling

* Add testing

* Update doc in repo

* Fix issues identified in testing

* Move logic which waited for process to exit to avoid premature Dispose operations

* Code review feedback

4 years agoFix dotnet-counters and dotnet-trace CLI arg validator (#1989)
Sung Yoon Whang [Wed, 10 Feb 2021 19:54:50 +0000 (11:54 -0800)]
Fix dotnet-counters and dotnet-trace CLI arg validator (#1989)

* Make the CLI arg validator check for invalid process ID

* check for negative PID as well

* check for --diagnostic-port as well

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210209.8 (...
dotnet-maestro[bot] [Wed, 10 Feb 2021 17:57:30 +0000 (17:57 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210209.8 (#1986)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210209.1 (#1987)
dotnet-maestro[bot] [Wed, 10 Feb 2021 13:54:35 +0000 (13:54 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210209.1 (#1987)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210210.2 (#1985)
dotnet-maestro[bot] [Wed, 10 Feb 2021 13:43:09 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210210.2 (#1985)

[master] Update dependencies from dotnet/runtime

4 years agoAdd authentication to dotnet-monitor
Wiktor Kopec [Fri, 11 Dec 2020 20:21:57 +0000 (12:21 -0800)]
Add authentication to dotnet-monitor
- Support for ApiKey based authentication
- On Windows, add support for Negotiate

4 years agoChange default binding to https.
Wiktor Kopec [Thu, 3 Dec 2020 18:24:14 +0000 (10:24 -0800)]
Change default binding to https.
- Allow partial success for missing cert.

4 years agoFixup feeds (#1981)
dotnet bot [Tue, 9 Feb 2021 19:32:54 +0000 (11:32 -0800)]
Fixup feeds (#1981)

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210208.2 (#1980)
dotnet-maestro[bot] [Tue, 9 Feb 2021 17:51:47 +0000 (17:51 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210208.2 (#1980)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210209.3 (#1979)
dotnet-maestro[bot] [Tue, 9 Feb 2021 17:34:55 +0000 (17:34 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210209.3 (#1979)

[master] Update dependencies from dotnet/runtime

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1973)
dotnet-maestro[bot] [Tue, 9 Feb 2021 13:41:37 +0000 (13:41 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1973)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210208.2 (#1975)
dotnet-maestro[bot] [Mon, 8 Feb 2021 13:57:43 +0000 (13:57 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210208.2 (#1975)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20210205.5 (#1974)
dotnet-maestro[bot] [Mon, 8 Feb 2021 13:55:41 +0000 (13:55 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20210205.5 (#1974)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210206.9 (#1972)
dotnet-maestro[bot] [Sun, 7 Feb 2021 13:51:38 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210206.9 (#1972)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210205.5 (...
dotnet-maestro[bot] [Sat, 6 Feb 2021 13:44:00 +0000 (13:44 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210205.5 (#1970)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210205.12 (#1969)
dotnet-maestro[bot] [Sat, 6 Feb 2021 13:43:23 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210205.12 (#1969)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210204.8 (...
dotnet-maestro[bot] [Fri, 5 Feb 2021 18:31:42 +0000 (18:31 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210204.8 (#1967)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210204.10 (#1966)
dotnet-maestro[bot] [Fri, 5 Feb 2021 18:30:12 +0000 (18:30 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210204.10 (#1966)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210204.2 (...
dotnet-maestro[bot] [Thu, 4 Feb 2021 18:11:39 +0000 (18:11 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210204.2 (#1965)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210204.2 (#1964)
dotnet-maestro[bot] [Thu, 4 Feb 2021 13:37:04 +0000 (13:37 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210204.2 (#1964)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210202.5 (...
dotnet-maestro[bot] [Wed, 3 Feb 2021 13:46:01 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210202.5 (#1963)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210203.2 (#1962)
dotnet-maestro[bot] [Wed, 3 Feb 2021 13:45:18 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210203.2 (#1962)

[master] Update dependencies from dotnet/runtime

4 years agoRefactor and add additional logging. (#1941)
Justin Anderson [Wed, 3 Feb 2021 00:14:13 +0000 (16:14 -0800)]
Refactor and add additional logging. (#1941)

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210201.1 (#1961)
dotnet-maestro[bot] [Tue, 2 Feb 2021 13:46:27 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210201.1 (#1961)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210201.13 ...
dotnet-maestro[bot] [Tue, 2 Feb 2021 13:45:47 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210201.13 (#1960)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210202.3 (#1959)
dotnet-maestro[bot] [Tue, 2 Feb 2021 13:45:11 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210202.3 (#1959)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20210128.12 (#1955)
dotnet-maestro[bot] [Mon, 1 Feb 2021 18:28:43 +0000 (18:28 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20210128.12 (#1955)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210201.2 (#1956)
dotnet-maestro[bot] [Mon, 1 Feb 2021 13:47:10 +0000 (13:47 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210201.2 (#1956)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210131.2 (...
dotnet-maestro[bot] [Mon, 1 Feb 2021 13:42:40 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210131.2 (#1957)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210130.7 (#1951)
dotnet-maestro[bot] [Sun, 31 Jan 2021 18:27:12 +0000 (18:27 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210130.7 (#1951)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210130.2 (...
dotnet-maestro[bot] [Sun, 31 Jan 2021 13:54:14 +0000 (13:54 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210130.2 (#1952)

[master] Update dependencies from dotnet/aspnetcore

4 years agoTemporarily disable part of the GCTests on MacOS (#1949)
Mike McLaughlin [Sat, 30 Jan 2021 21:38:09 +0000 (13:38 -0800)]
Temporarily disable part of the GCTests on MacOS (#1949)

Temporarily disable part of the GCTests on MacOS

4 years agoFix deadlock when redirecting large amounts of child process output, and add ability...
David Wrighton [Sat, 30 Jan 2021 00:26:59 +0000 (16:26 -0800)]
Fix deadlock when redirecting large amounts of child process output, and add ability to not redirect child process behavior (#1945)

* Fix deadlock when redirecting large amounts of child process output, and add ability to not redirect child process behavior
- Use a small set of tasks to consume and ignore arbitrary data passed through standard output/error
- Add a new switch to dotnet-trace called --redirect-child-output which can be set to false to allow viewing data. (By default the option defaults to true, which may be confusing. I'd like some feedback on that.

* Revert UX changes

4 years agoMisc interface and implementation changes (#1930)
Mike McLaughlin [Sat, 30 Jan 2021 00:03:38 +0000 (16:03 -0800)]
Misc interface and implementation changes (#1930)

 Misc interface and implementation changes

Add IExportSymbols and IModuleSymbols interfaces and implementation

Change IModule.IndexFileSize/IndexTimeStamp to uint?.

Renamed IRuntimeService.Runtimes to EnumerateRuntimes to be more consistent with the rest of the interfaces.

Add IHost.EnumerateTargets().

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210129.2 (#1943)
dotnet-maestro[bot] [Fri, 29 Jan 2021 13:41:56 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210129.2 (#1943)

[master] Update dependencies from dotnet/runtime

4 years ago[master] Update dependencies from dotnet/runtime (#1936)
dotnet-maestro[bot] [Thu, 28 Jan 2021 23:30:18 +0000 (23:30 +0000)]
[master] Update dependencies from dotnet/runtime (#1936)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210127.13 ...
dotnet-maestro[bot] [Thu, 28 Jan 2021 17:34:27 +0000 (17:34 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210127.13 (#1940)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210127.2 (...
dotnet-maestro[bot] [Wed, 27 Jan 2021 13:42:25 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210127.2 (#1937)

[master] Update dependencies from dotnet/aspnetcore

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1933)
dotnet-maestro[bot] [Tue, 26 Jan 2021 13:44:34 +0000 (13:44 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1933)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210125.1 (#1935)
dotnet-maestro[bot] [Tue, 26 Jan 2021 13:43:42 +0000 (13:43 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210125.1 (#1935)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210126.2 (#1934)
dotnet-maestro[bot] [Tue, 26 Jan 2021 13:42:46 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210126.2 (#1934)

[master] Update dependencies from dotnet/runtime

4 years agoMisc doc updates (#1927)
Mike McLaughlin [Tue, 26 Jan 2021 04:56:12 +0000 (20:56 -0800)]
Misc doc updates (#1927)

Misc doc updates

Issues:
https://github.com/dotnet/diagnostics/issues/1491
https://github.com/dotnet/diagnostics/issues/1089

Make the installing SOS on Windows clearer for issue:
https://github.com/dotnet/diagnostics/issues/496#issuecomment-766253226.

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210124.3 (#1932)
dotnet-maestro[bot] [Mon, 25 Jan 2021 16:11:45 +0000 (16:11 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210124.3 (#1932)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20210121.2 (#1931)
dotnet-maestro[bot] [Mon, 25 Jan 2021 16:08:02 +0000 (16:08 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20210121.2 (#1931)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210124.2 (#1929)
dotnet-maestro[bot] [Sun, 24 Jan 2021 13:45:08 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210124.2 (#1929)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210122.14 (#1928)
dotnet-maestro[bot] [Sat, 23 Jan 2021 13:42:52 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210122.14 (#1928)

[master] Update dependencies from dotnet/runtime

4 years agoSOS and dotnet-dump extensibility - Part 3 (#1850)
Mike McLaughlin [Fri, 22 Jan 2021 18:44:40 +0000 (10:44 -0800)]
SOS and dotnet-dump extensibility - Part 3 (#1850)

* SOS and dotnet-dump extensibility - Part 3

Add native debugger (dbgeng and lldb) managed command hosting and dispatching.

Add IDebuggerServices and IHostServices and the native versions of these.

Add dbgeng and lldb managed extension support. SOS.Extensions is the managed side.  The "extensions" lib is the native side.

Create Microsoft.Diagnostics.ExtensionCommands project and move all the extension commands from dotnet-dump to it.

Add ISymbolService/SymbolServiceWrapper. Remove SOS.NETCore project/assembly; no longer needed.

Package all the managed binaries separately under the "lib" directory. dotnet-sos installer now copies from
both lib and the "rid" named subdirectory. Only package the native binaries under the rid directories in the
dotnet-dump package.

Add read memory command.

Add IServiceEvent/ServiceEvent impl, LinkedListNode and UnregisterCallback. Add ServiceEvent tests.

Fix overlapping module regions from linux clrmd ELF dump reader.

Remove SOS/inc/dbgeng and use Windows SDK.

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210121.15 (#1926)
dotnet-maestro[bot] [Fri, 22 Jan 2021 13:40:23 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210121.15 (#1926)

[master] Update dependencies from dotnet/runtime

4 years ago[master] Update dependencies from dotnet/runtime (#1925)
dotnet-maestro[bot] [Fri, 22 Jan 2021 09:30:29 +0000 (09:30 +0000)]
[master] Update dependencies from dotnet/runtime (#1925)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate TraceEvent (#1878)
John Salem [Thu, 21 Jan 2021 00:35:17 +0000 (16:35 -0800)]
Update TraceEvent (#1878)

fixes #1572

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210117.2 (...
dotnet-maestro[bot] [Mon, 18 Jan 2021 14:00:20 +0000 (14:00 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210117.2 (#1918)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20210112.10 (#1917)
dotnet-maestro[bot] [Mon, 18 Jan 2021 13:55:45 +0000 (13:55 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20210112.10 (#1917)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210116.2 (...
dotnet-maestro[bot] [Sun, 17 Jan 2021 13:50:41 +0000 (13:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210116.2 (#1916)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210115.18 ...
dotnet-maestro[bot] [Sat, 16 Jan 2021 13:39:58 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210115.18 (#1913)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210116.2 (#1912)
dotnet-maestro[bot] [Sat, 16 Jan 2021 13:39:24 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210116.2 (#1912)

[master] Update dependencies from dotnet/runtime

4 years agoAdd ProfilerAlreadyActiveException in DiagnosticsClient.AttachProfiler() (#1911)
Mikhail Pilin [Fri, 15 Jan 2021 22:24:11 +0000 (23:24 +0100)]
Add ProfilerAlreadyActiveException in DiagnosticsClient.AttachProfiler() (#1911)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210114.29 ...
dotnet-maestro[bot] [Fri, 15 Jan 2021 13:50:04 +0000 (13:50 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210114.29 (#1910)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210114.11 (#1909)
dotnet-maestro[bot] [Fri, 15 Jan 2021 13:39:18 +0000 (13:39 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210114.11 (#1909)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate log scope to be more compatible with JSON console logger. (#1905)
Justin Anderson [Thu, 14 Jan 2021 20:49:30 +0000 (12:49 -0800)]
Update log scope to be more compatible with JSON console logger. (#1905)

4 years ago[master] Update dependencies from dotnet/runtime (#1901)
dotnet-maestro[bot] [Thu, 14 Jan 2021 17:42:56 +0000 (17:42 +0000)]
[master] Update dependencies from dotnet/runtime (#1901)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210113.28 ...
dotnet-maestro[bot] [Thu, 14 Jan 2021 13:54:48 +0000 (13:54 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210113.28 (#1906)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate console logger and set content root. (#1903)
Justin Anderson [Thu, 14 Jan 2021 00:40:41 +0000 (16:40 -0800)]
Update console logger and set content root. (#1903)

Update console logger to 5.0.0
Set content root to correctly load application settings.

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210113.4 (...
dotnet-maestro[bot] [Wed, 13 Jan 2021 13:48:09 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210113.4 (#1902)

[master] Update dependencies from dotnet/aspnetcore

4 years agoLogging improvements for dotnet-monitor (#1873)
Justin Anderson [Tue, 12 Jan 2021 22:04:45 +0000 (14:04 -0800)]
Logging improvements for dotnet-monitor (#1873)

Log common actions and exceptions with artifact type and process information.
Refactor host builder to route lifetime events through logging and include event log by default.
Consolidate process acquisition for DiagController with logging scopes.
Only write experiment message through logging and always enable its category.
Add correlation and process data as blob metadata.

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1896)
dotnet-maestro[bot] [Tue, 12 Jan 2021 17:59:49 +0000 (17:59 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1896)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210111.1 (#1898)
dotnet-maestro[bot] [Tue, 12 Jan 2021 14:02:48 +0000 (14:02 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210111.1 (#1898)

[master] Update dependencies from dotnet/symstore

4 years ago[master] Update dependencies from dotnet/runtime (#1895)
dotnet-maestro[bot] [Tue, 12 Jan 2021 13:45:33 +0000 (13:45 +0000)]
[master] Update dependencies from dotnet/runtime (#1895)

[master] Update dependencies from dotnet/runtime

4 years agoThe cdb-sos package moved to a different feed (#1897)
Mike McLaughlin [Mon, 11 Jan 2021 20:32:51 +0000 (12:32 -0800)]
The cdb-sos package moved to a different feed (#1897)

4 years ago[master] Update dependencies from dotnet/aspnetcore (#1891)
dotnet-maestro[bot] [Sun, 10 Jan 2021 13:53:27 +0000 (13:53 +0000)]
[master] Update dependencies from dotnet/aspnetcore (#1891)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210109.3 (#1892)
dotnet-maestro[bot] [Sun, 10 Jan 2021 13:41:21 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210109.3 (#1892)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210108.9 (#1890)
dotnet-maestro[bot] [Sat, 9 Jan 2021 17:26:09 +0000 (17:26 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210108.9 (#1890)

[master] Update dependencies from dotnet/runtime

4 years agoadd more well-known keywords in CLR event provider for argument handling (#1889)
Sung Yoon Whang [Sat, 9 Jan 2021 01:41:00 +0000 (17:41 -0800)]
add more well-known keywords in CLR event provider for argument handling (#1889)

4 years ago"ps" command handler fix (#1888)
Sung Yoon Whang [Sat, 9 Jan 2021 01:40:53 +0000 (17:40 -0800)]
"ps" command handler fix  (#1888)

* Fix ps handler to not crash on Windows upon seeing elevated process

* do not catch IOE

* add log

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210107.7 (...
dotnet-maestro[bot] [Fri, 8 Jan 2021 13:46:59 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210107.7 (#1887)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210107.11 (#1886)
dotnet-maestro[bot] [Fri, 8 Jan 2021 13:41:10 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210107.11 (#1886)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210107.2 (...
dotnet-maestro[bot] [Thu, 7 Jan 2021 13:51:29 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210107.2 (#1884)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/runtime build 20210107.2 (#1883)
dotnet-maestro[bot] [Thu, 7 Jan 2021 13:40:50 +0000 (13:40 +0000)]
Update dependencies from https://github.com/dotnet/runtime build 20210107.2 (#1883)

[master] Update dependencies from dotnet/runtime

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210105.12 ...
dotnet-maestro[bot] [Wed, 6 Jan 2021 13:42:30 +0000 (13:42 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210105.12 (#1880)

[master] Update dependencies from dotnet/aspnetcore

4 years ago[master] Update dependencies from dotnet/runtime (#1839)
dotnet-maestro[bot] [Wed, 6 Jan 2021 13:42:14 +0000 (13:42 +0000)]
[master] Update dependencies from dotnet/runtime (#1839)

[master] Update dependencies from dotnet/runtime

4 years agoupdate tool descriptions (#1879)
Sung Yoon Whang [Wed, 6 Jan 2021 03:11:02 +0000 (19:11 -0800)]
update tool descriptions (#1879)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210105.2 (...
dotnet-maestro[bot] [Tue, 5 Jan 2021 17:14:39 +0000 (17:14 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210105.2 (#1875)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20210104.1 (#1876)
dotnet-maestro[bot] [Tue, 5 Jan 2021 13:52:22 +0000 (13:52 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20210104.1 (#1876)

[master] Update dependencies from dotnet/symstore

4 years agoAdd EventPipeStress framework (#1843)
John Salem [Mon, 4 Jan 2021 19:51:58 +0000 (11:51 -0800)]
Add EventPipeStress framework (#1843)

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20201230.2 (#1871)
dotnet-maestro[bot] [Mon, 4 Jan 2021 17:24:36 +0000 (17:24 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20201230.2 (#1871)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210103.2 (...
dotnet-maestro[bot] [Mon, 4 Jan 2021 17:24:31 +0000 (17:24 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210103.2 (#1872)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210102.3 (...
dotnet-maestro[bot] [Sun, 3 Jan 2021 13:51:08 +0000 (13:51 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210102.3 (#1870)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20210101.2 (...
dotnet-maestro[bot] [Sat, 2 Jan 2021 14:00:58 +0000 (14:00 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20210101.2 (#1869)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201231.5 (...
dotnet-maestro[bot] [Fri, 1 Jan 2021 13:45:46 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201231.5 (#1868)

[master] Update dependencies from dotnet/aspnetcore

4 years agoImprove mismatched debugger message (#1867)
Dan Moseley [Fri, 1 Jan 2021 05:37:13 +0000 (21:37 -0800)]
Improve mismatched debugger message (#1867)

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201230.9 (...
dotnet-maestro[bot] [Thu, 31 Dec 2020 17:39:53 +0000 (17:39 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201230.9 (#1866)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201229.8 (...
dotnet-maestro[bot] [Wed, 30 Dec 2020 13:41:13 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201229.8 (#1865)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/symstore build 20201228.1 (#1863)
dotnet-maestro[bot] [Tue, 29 Dec 2020 13:48:01 +0000 (13:48 +0000)]
Update dependencies from https://github.com/dotnet/symstore build 20201228.1 (#1863)

[master] Update dependencies from dotnet/symstore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201228.14 ...
dotnet-maestro[bot] [Tue, 29 Dec 2020 13:46:55 +0000 (13:46 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201228.14 (#1862)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/arcade build 20201221.12 (#1860)
dotnet-maestro[bot] [Mon, 28 Dec 2020 13:41:27 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/arcade build 20201221.12 (#1860)

[master] Update dependencies from dotnet/arcade

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201227.4 (...
dotnet-maestro[bot] [Mon, 28 Dec 2020 13:41:16 +0000 (13:41 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201227.4 (#1861)

[master] Update dependencies from dotnet/aspnetcore

4 years agoUpdate dependencies from https://github.com/dotnet/aspnetcore build 20201226.4 (...
dotnet-maestro[bot] [Sun, 27 Dec 2020 13:45:30 +0000 (13:45 +0000)]
Update dependencies from https://github.com/dotnet/aspnetcore build 20201226.4 (#1859)

[master] Update dependencies from dotnet/aspnetcore