Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 14ebb99

Browse files
committed
Make Robert edits
1 parent 8f588b9 commit 14ebb99

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

gdi/get-data-in/application/otel-dotnet/troubleshooting/common-dotnet-troubleshooting.rst

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -204,22 +204,9 @@ When installing the .NET instrumentation, you might encounter dependency version
204204
at Microsoft.AspNetCore.Builder.WebApplication.CreateBuilder(String[] args)
205205
at Program.<Main>$(String[] args) in /Blog.Core/Blog.Core.Api/Program.cs:line 26
206206
207-
To resolve this issue, :ref:`install the .NET instrumentation using the NuGet packages <otel-dotnet-nuget-pkg>`, as NuGet automatically installs the correct dependencies that the package requires.
207+
To resolve this issue, :ref:`install the .NET instrumentation using the NuGet packages <otel-dotnet-nuget-pkg>`, as NuGet automatically installs the correct dependencies that the package requires.
208208
209-
Alternatively, you can manually install the conflicting packages to your project.
210-
211-
For a complete list of dependencies, see:
212-
213-
* `OpenTelemetry.AutoInstrumentation <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation/OpenTelemetry.AutoInstrumentation.csproj>`__
214-
* `OpenTelemetry.AutoInstrumentation.AdditionalDeps <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props>`__.
215-
216-
You can find the correct versions in the following:
217-
218-
* `Directory.Packages.props <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/Directory.Packages.props>`__
219-
* `src/Directory.Packages.props <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/Directory.Packages.props>`__
220-
* `src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Packages.props>`__
221-
222-
For more information about troubleshooting assembly version conflicts, see the `OpenTelemetry .NET instrumentation troubleshooting <https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docs/troubleshooting.md#assembly-version-conflicts>`__ guidance.
209+
Alternatively, you can update to the latest version of .NET, as this reduces the likelihood of dependency version conflicts.
223210
224211
Uninstall the instrumentation
225212
======================================

0 commit comments

Comments
 (0)