You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tracer/src/Datadog.Trace.Tools.dd_dotnet/Checks/Resources.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ internal static class Resources
36
36
publicconststringIisFullTrust="IIS site is running in a full trust environment, without code access security (CAS).";
37
37
38
38
publicconststringTracingWithBundleProfilerPath="Check failing with Datadog.Trace.Bundle Nuget, related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core/?tab=nuget#install-the-tracer";
39
-
publicconststringTracingWithBundleMainModuleMismatch="Detected a Datadog.Trace.Bundle Nuget install by profiler path suffix alone; the process's main module directory didn't match the expected app directory. This is expected when the app is launched as `dotnet <app>.dll` (e.g. Azure App Service Linux).";
39
+
publicconststringTracingWithBundleMainModuleMismatch="Found a Datadog.Trace.Bundle Nuget install. This is expected when the app is started as `dotnet <app>.dll` (e.g. Azure App Service Linux), and doesn't indicate a problem.";
40
40
publicconststringTracingWithInstallerWindowsNetFramework="Installer/MSI related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-framework?tab=windows#install-the-tracer";
41
41
publicconststringTracingWithInstallerWindowsNetCore="Installer/MSI related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core/?tab=windows#install-the-tracer";
42
42
publicconststringTracingWithInstallerLinux="Installer related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core?tab=linux#install-the-tracer";
0 commit comments