Skip to content

Commit f10bb3a

Browse files
authored
Merge pull request #9743 from DataDog/lpimentel/dotnet-core-solutions
APM > .NET > Change word "Workaround" to "Solution"
2 parents 2117054 + cb3c23d commit f10bb3a

File tree

1 file changed

+3
-3
lines changed
  • content/en/tracing/setup_overview/compatibility_requirements

1 file changed

+3
-3
lines changed

content/en/tracing/setup_overview/compatibility_requirements/dotnet-core.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ Don’t see your desired frameworks? Datadog is continually adding additional su
5959

6060
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:
6161

62-
| Issue | Affected .NET Core Versions | Workaround | More information |
62+
| Issue | Affected .NET Core Versions | Solution | More information |
6363
|-----------------------------------------------|-------------------------------------------|------------------------------------------------------------------------|-----------------------------------------|
64-
| JIT Compiler bug on Linux/x64 | 2.0.x,</br>2.1.0-2.1.11,</br>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] |
65-
| Resource lookup bug with a non `en-US` locale | 2.0.0 | Upgrade .NET Core to 2.0.3+ | [dotnet/runtime/issues/23938][6] |
64+
| JIT Compiler bug on Linux/x64 | 2.0.x,</br>2.1.0-2.1.11,</br>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] |
65+
| 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] |
6666

6767
## Further reading
6868

0 commit comments

Comments
 (0)