Tags: All-Blockchains/diagnostics
Tags
Mark DebugServices.Implementation and Diagnostics.ExtensionCommands a… …s non-shipping packages Mark DebugServices.Implementation and Diagnostics.ExtensionCommands as non-shipping packages
Update symstore to fix forward slash escape download bug (dotnet#2099)
Fixes for some vendors issues for the stable release (dotnet#1785) (d… …otnet#1787) * Fixes for some vendors issues for the stable release (dotnet#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. * Put the version string comment in the wrong place (dotnet#1788)
Merge pull request dotnet#1670 from mikem8361/release/stable Merge latest master into release/stable for 5.0.0 release
Merge pull request dotnet#1453 from mikem8361/release/stable Update from 'master' branch
Merge pull request #1373 from mikem8361/release/stable Merge branch 'master' into release/stable
Merge pull request #1058 from mikem8361/release/stable Port dotnet-dump modules perf fix to release/stable
Merge pull request #995 from mikem8361/release/stable Merge latest master into release/stable
Push Microsoft.Diagnostics.NETCore.Client to release branch (#705) * Microsoft.Diagnostics.NETCore.Client Implementation (#617) This is the initial implementation of Microsoft.Diagnostics.NETCore.Client library. This will be released with version 1.0.0-preview, and when I feel that enough customers have validated it that we can match it with the rest of the diagnostics OOB packages and bump up the version to 3.1. * add .NET Standard 2.0 for diagnostics client library (#700) * Make MultiplePublishedProcessTest more stable (#701) * Make MultiplePublishedProcessTest more stable * Bump up DiagnosticsClient library version to 0.2.0 (#704)
PreviousNext