Remove obsolete statement in README (#3011)

This commit is contained in:
Piotr Kiełkowicz 2023-10-17 14:05:37 +02:00 committed by GitHub
parent 2e0905ede3
commit ecda64019c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -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` command is used with a Runtime Identifier (RID) parameter, for example when `-r`
or `--runtime` is used when running the command. 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 ### Install
Download and extract the appropriate binaries from Download and extract the appropriate binaries from