WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a94ea66

Browse files
author
Mike McLaughlin
authored
Update to Preview 6 version: 1.0.4-preview6.19311.1 (#336)
1 parent caee2e6 commit a94ea66

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

documentation/dotnet-counters-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dotnet-counters is a performance monitoring tool for ad-hoc health monitoring or
99
## Install dotnet-counters
1010

1111
```
12-
dotnet tool install --global dotnet-counters --version 1.0.3-preview5.19251.2
12+
dotnet tool install --global dotnet-counters --version 1.0.4-preview6.19311.1
1313
```
1414

1515

documentation/dotnet-dump-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Currently not supported on macOS.
99

1010
The first step is to install the dotnet-dump CLI global tool. This requires at least the 2.1 or greater .NET Core SDK to be installed. If you see the error message `Tool 'dotnet-dump' is already installed`, you will need to uninstall the global tool (see below).
1111

12-
$ dotnet tool install -g dotnet-dump --version 1.0.3-preview5.19251.2
12+
$ dotnet tool install -g dotnet-dump --version 1.0.4-preview6.19311.1
1313
You can invoke the tool using the following command: dotnet-dump
14-
Tool 'dotnet-dump' (version '1.0.3-preview5.19251.2') was successfully installed.
14+
Tool 'dotnet-dump' (version '1.0.4-preview6.19311.1') was successfully installed.
1515

1616
If this is the first global tool installed or you get message `Could not execute because the specified command or file was not found.` you need to add `$HOME/.dotnet/tools` to your path.
1717

@@ -118,4 +118,4 @@ This command on Microsoft .NET Core SDK Linux docker images can throw `Unhandled
118118
## Uninstalling dotnet-dump
119119

120120
$ dotnet tool uninstall -g dotnet-dump
121-
Tool 'dotnet-dump' (version '1.0.3-preview5.19251.2') was successfully uninstalled.
121+
Tool 'dotnet-dump' (version '1.0.4-preview6.19311.1') was successfully uninstalled.

documentation/dotnet-trace-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The dotnet-trace tool is a cross-platform CLI global tool that enables the colle
77
The first step is to install the dotnet-trace CLI global tool. This requires at least version 2.1 of the SDK to be installed.
88

99
```cmd
10-
$ dotnet tool install --global dotnet-trace --version 1.0.3-preview5.19251.2
10+
$ dotnet tool install --global dotnet-trace --version 1.0.4-preview6.19311.1
1111
You can invoke the tool using the following command: dotnet-trace
12-
Tool 'dotnet-trace' (version '1.0.3-preview5.19251.2') was successfully installed.
12+
Tool 'dotnet-trace' (version '1.0.4-preview6.19311.1') was successfully installed.
1313
```
1414

1515
## Using dotnet-trace

documentation/installing-sos-instructions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ Installing SOS on Linux and MacOS
33

44
The first step is to install the dotnet-sos CLI global tool. This requires at least the 2.1 or greater .NET Core SDK to be installed. If you see the error message `Tool 'dotnet-sos' is already installed`, you will need to uninstall the global tool (see below).
55

6-
$ dotnet tool install -g dotnet-sos --version 1.0.3-preview5.19251.2
6+
$ dotnet tool install -g dotnet-sos --version 1.0.4-preview6.19311.1
77
You can invoke the tool using the following command: dotnet-sos
8-
Tool 'dotnet-sos' (version '1.0.3-preview5.19251.2') was successfully installed.
8+
Tool 'dotnet-sos' (version '1.0.4-preview6.19311.1') was successfully installed.
99

1010

1111

1212
The next step is use this global tool to install SOS.
1313

1414
$ dotnet sos install
15-
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/1.0.3-preview5.19251.2/dotnet-sos/1.0.3-preview5.19251.2/tools/netcoreapp2.1/any/linux-x64
15+
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/1.0.4-preview6.19311.1/dotnet-sos/1.0.4-preview6.19311.1/tools/netcoreapp2.1/any/linux-x64
1616
Creating installation directory...
1717
Copying files...
1818
Updating existing /home/mikem/.lldbinit file - LLDB will load SOS automatically at startup
@@ -74,7 +74,7 @@ Now any time you run lldb, SOS will automatically be loaded and the symbol downl
7474
The installer needs to be run again:
7575

7676
$ dotnet sos install
77-
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/1.0.3-preview5.19251.2/dotnet-sos/1.0.3-preview5.19251.2/tools/netcoreapp2.1/any/linux-x64
77+
Installing SOS to /home/mikem/.dotnet/sos from /home/mikem/.dotnet/tools/.store/dotnet-sos/1.0.4-preview6.19311.1/dotnet-sos/1.0.4-preview6.19311.1/tools/netcoreapp2.1/any/linux-x64
7878
Installing over existing installation...
7979
Creating installation directory...
8080
Copying files...
@@ -94,4 +94,4 @@ To uninstall and remove the lldb configuration run this command:
9494
To remove the SOS installer global tool:
9595

9696
$ dotnet tool uninstall -g dotnet-sos
97-
Tool 'dotnet-sos' (version '1.0.3-preview5.19251.2') was successfully uninstalled.
97+
Tool 'dotnet-sos' (version '1.0.4-preview6.19311.1') was successfully uninstalled.

documentation/installing-sos-windows-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ SOS will automatically be loaded from the internal Microsoft extension gallery.
4747

4848
It is recommended that you update to the newer versions of the Windows debugger, but you can still use the latest SOS with older Windows debuggers by using the dotnet-sos CLI global tool to install. It is not as convenient. You may have to ".unload" the SOS that is loaded from the "runtime" directory.
4949

50-
C:\Users\mikem>dotnet tool install -g dotnet-sos --version 1.0.3-preview5.19251.2
50+
C:\Users\mikem>dotnet tool install -g dotnet-sos --version 1.0.4-preview6.19311.1
5151
You can invoke the tool using the following command: dotnet-sos
52-
Tool 'dotnet-sos' (version '1.0.3-preview5.19251.2') was successfully installed.
52+
Tool 'dotnet-sos' (version '1.0.4-preview6.19311.1') was successfully installed.
5353

5454
Run the installer:
5555

5656
C:\Users\mikem>dotnet sos install
57-
Installing SOS to C:\Users\mikem\.dotnet\sos from C:\Users\mikem\.dotnet\tools\.store\dotnet-sos\1.0.3-preview5.19251.2\dotnet-sos\1.0.3-preview5.19251.2\tools\netcoreapp2.1\any\win-x64
57+
Installing SOS to C:\Users\mikem\.dotnet\sos from C:\Users\mikem\.dotnet\tools\.store\dotnet-sos\1.0.4-preview6.19311.1\dotnet-sos\1.0.4-preview6.19311.1\tools\netcoreapp2.1\any\win-x64
5858
Creating installation directory...
5959
Copying files...
6060
Execute '.load C:\Users\mikem\.dotnet\sos\sos.dll' to load SOS in your Windows debugger.

documentation/tutorial/installing_the_diagnostics_tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Depending on the diagnostics scenario you will use one or more of the tools belo
66
In the .NET full/Windows world, we have a myriad of performance counters that can be used to triage and diagnose production issues. For .Net core we have a similar and cross platform story centered around a tool called dotnet-counters. To install the tool, run the following command:
77

88
> ```bash
9-
> dotnet tool install --global dotnet-counters --version 1.0.3-preview5.19251.2
9+
> dotnet tool install --global dotnet-counters --version 1.0.4-preview6.19311.1
1010
> ```
1111
1212
1313
### dotnet-trace
1414
.NET core includes what is called the 'EventPipe' through which diagnostics data is exposed. The dotnet-trace tool allows you to consume interesting profiling data from your app that can help in scenarios where you need to root cause apps running slow. To install the tool, run the following command:
1515
1616
> ```bash
17-
> dotnet tool install --global dotnet-trace --version 1.0.3-preview5.19251.2
17+
> dotnet tool install --global dotnet-trace --version 1.0.4-preview6.19311.1
1818
> ```
1919
2020
Please note, the dotnet-trace tool is version independent but as of right now (preview 5) it requires the 2.1 runtime to be installed to work. This will be fixed moving forward.
@@ -24,7 +24,7 @@ Please note, the dotnet-trace tool is version independent but as of right now (p
2424
In order to generate core dumps for .net core apps, you can use the dotnet-dump tool. To install the tool, run the following command:
2525
2626
> ```bash
27-
> dotnet tool install --global dotnet-dump --version 1.0.3-preview5.19251.2
27+
> dotnet tool install --global dotnet-dump --version 1.0.4-preview6.19311.1
2828
> ```
2929
3030
Please note, the dotnet-trace tool is version independent but as of right now (preview 5) it requires the 2.1 runtime to be installed to work. This will be fixed moving forward.

0 commit comments

Comments
 (0)