Skip to content

Tags: All-Blockchains/diagnostics

Tags

v5.0.221401

Toggle v5.0.221401's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mark DebugServices.Implementation and Diagnostics.ExtensionCommands a…

…s non-shipping packages

Mark DebugServices.Implementation and Diagnostics.ExtensionCommands as non-shipping packages

v5.0.217401

Toggle v5.0.217401's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update symstore to fix forward slash escape download bug (dotnet#2099)

v5.0.160202

Toggle v5.0.160202's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)

v5.0.152202

Toggle v5.0.152202's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dotnet#1670 from mikem8361/release/stable

Merge latest master into release/stable for 5.0.0 release

3.1.141901

Toggle 3.1.141901's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dotnet#1453 from mikem8361/release/stable

Update from 'master' branch

3.1.137102

Toggle 3.1.137102's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1373 from mikem8361/release/stable

Merge branch 'master' into release/stable

3.1.135903

Toggle 3.1.135903's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable SDL verification (#1336)

Disable SDL verification

3.1.122203

Toggle 3.1.122203's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1058 from mikem8361/release/stable

Port dotnet-dump modules perf fix to release/stable

3.1.120604

Toggle 3.1.120604's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #995 from mikem8361/release/stable

Merge latest master into release/stable

0.2.61701

Toggle 0.2.61701's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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)