From cb3c23d62057b69a5f91dd03809678393fead020 Mon Sep 17 00:00:00 2001 From: Lucas Pimentel-Ordyna Date: Wed, 10 Feb 2021 12:26:41 -0500 Subject: [PATCH] Update dotnet-core.md Change "Workaround" to "Fix" --- .../compatibility_requirements/dotnet-core.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/tracing/setup_overview/compatibility_requirements/dotnet-core.md b/content/en/tracing/setup_overview/compatibility_requirements/dotnet-core.md index 386f6da6f02db..edfd325d340de 100644 --- a/content/en/tracing/setup_overview/compatibility_requirements/dotnet-core.md +++ b/content/en/tracing/setup_overview/compatibility_requirements/dotnet-core.md @@ -59,10 +59,10 @@ Don’t see your desired frameworks? Datadog is continually adding additional su The .NET Tracer works on .NET Core 2.0, 2.2, and 3.0, but these versions reached their end of life and are no longer supported by Microsoft. See [Microsoft's support policy][4] for more details. We recommend using the latest patch version of .NET Core 2.1 or 3.1. Older versions of .NET Core may encounter the following runtime issues when enabling automatic instrumentation: -| Issue | Affected .NET Core Versions | Workaround | More information | +| Issue | Affected .NET Core Versions | Solution | More information | |-----------------------------------------------|-------------------------------------------|------------------------------------------------------------------------|-----------------------------------------| -| JIT Compiler bug on Linux/x64 | 2.0.x,
2.1.0-2.1.11,
2.2.0-2.2.5 | Upgrade .NET Core to latest patch, or follow steps in the linked issue | [DataDog/dd-trace-dotnet/issues/302][5] | -| Resource lookup bug with a non `en-US` locale | 2.0.0 | Upgrade .NET Core to 2.0.3+ | [dotnet/runtime/issues/23938][6] | +| JIT Compiler bug on Linux/x64 | 2.0.x,
2.1.0-2.1.11,
2.2.0-2.2.5 | Upgrade .NET Core to the latest patch version, or follow steps in the linked issue | [DataDog/dd-trace-dotnet/issues/302][5] | +| Resource lookup bug with a non `en-US` locale | 2.0.0 | Upgrade .NET Core to 2.0.3 or above | [dotnet/runtime/issues/23938][6] | ## Further reading