Tags: poppastring/diagnostics
Tags
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 dotnet#1373 from mikem8361/release/stable Merge branch 'master' into release/stable
Disable SDL verification (dotnet#1336) Disable SDL verification
Merge pull request dotnet#1058 from mikem8361/release/stable Port dotnet-dump modules perf fix to release/stable
Merge pull request dotnet#995 from mikem8361/release/stable Merge latest master into release/stable
Push Microsoft.Diagnostics.NETCore.Client to release branch (dotnet#705) * Microsoft.Diagnostics.NETCore.Client Implementation (dotnet#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 (dotnet#700) * Make MultiplePublishedProcessTest more stable (dotnet#701) * Make MultiplePublishedProcessTest more stable * Bump up DiagnosticsClient library version to 0.2.0 (dotnet#704)
Merge pull request dotnet#648 from mikem8361/release/stable 3.1 merge from master
Various fixes from master (dotnet#554) Verbose logging for symbol publish Change to stable version (no preview tag) Fix product version string and update docs Remove source link disabling Display internal SOS status with sosstatus command Add dumpvc to dotnet-dump/lldb commands. Remove reductant dotnet-dump error message when SOS command fails. Fixes issues: dotnet#511 dotnet#508 dotnet#509 Change SyncBlk test not to run on xplat. Fallback to portable PDB support if getting the module's metadata importer fails. Both Windows and Portable PDBs are published. Change to Windows PDB for SOS.NETCore.dll in sos symbol zip file Publish Microsoft.Diagnostics.TestHelpers, DebugServices, Repl and RuntimeClient symbols Update symstore to 1.0.50701. Switch to BYOC pools
PreviousNext