The OpenTelemetry project aims to provide backwards compatibility with the OpenTracing project in order to ease migration of instrumented codebases.
The OpenTracing Shim for OpenTelemetry .NET is an implementation of an OpenTracing Tracer providing a compatible shim on top of the OpenTelemetry API.
dotnet add package --prerelease OpenTelemetry.Shims.OpenTracing
See
TestOpenTracingShim.cs
for an example of how to use the OpenTracing shim.