Remove obsolete statement in README (#3011)
This commit is contained in:
parent
2e0905ede3
commit
ecda64019c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue