Skip to content

Commit

Permalink
Merge pull request #9743 from DataDog/lpimentel/dotnet-core-solutions
Browse files Browse the repository at this point in the history
APM > .NET > Change word "Workaround" to "Solution"
  • Loading branch information
kayayarai committed Feb 10, 2021
2 parents 2117054 + cb3c23d commit f10bb3a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,</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] |
| 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,</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] |
| 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

Expand Down

0 comments on commit f10bb3a

Please sign in to comment.