Skip to content

Commit

Permalink
Remove obsolete statement in README (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Oct 17, 2023
1 parent 2e0905e commit ecda640
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ automatically generated in .NET 7.0 whenever the `dotnet publish` or `dotnet bui
command is used with a Runtime Identifier (RID) parameter, for example when `-r`
or `--runtime` is used when running the command.

Until version `v0.6.0-beta.1` (inclusive) there were issues instrumenting
the `dotnet` CLI. To build and launch an instrumented application, take the
following into account if you are using one of the *affected versions*:

- Don't set the automatic instrumentation environment variables in the same session
used to run the `dotnet` tool.
- Don't launch the application to be instrumented using `dotnet run` or
`dotnet <dll>`. Build the application in an isolated shell, without the
automatic instrumentation environment variables set, and use a separate
session with the automatic instrumentation variables to directly launch
the executable.

### Install

Download and extract the appropriate binaries from
Expand Down

0 comments on commit ecda640

Please sign in to comment.