From ecda64019ca60871680a7fc85a641aca50645c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Tue, 17 Oct 2023 14:05:37 +0200 Subject: [PATCH] Remove obsolete statement in README (#3011) --- docs/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6b6c07b32f..e866b7704a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 `. 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