We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588d8b6 commit 2be5ab0Copy full SHA for 2be5ab0
src/Elastic.OpenTelemetry/Resources/HostDetector.cs
@@ -90,7 +90,7 @@ public Resource Detect()
90
foreach (var line in lines)
91
{
92
#if NETFRAMEWORK
93
- if (line.IndexOf("IOPlatformUUID", StringComparison.OrdinalIgnoreCase) >= 0)
+ if (line.IndexOf("IOPlatformUUID", StringComparison.OrdinalIgnoreCase) >= 0)
94
#else
95
if (line.Contains("IOPlatformUUID", StringComparison.OrdinalIgnoreCase))
96
#endif
0 commit comments