From 66496f0310fb72a883e199d2d810ab72c6f7617e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 15 Sep 2025 08:35:10 +0000
Subject: [PATCH 1/3] Initial plan
From 5595fadfcd9788978aaea741edc62150685c5b7e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 15 Sep 2025 09:03:24 +0000
Subject: [PATCH 2/3] Update OpenTelemetry package references to version 1.11.2
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
---
.../_runnervmf4ws1_2025-09-15_09_00_16.trx | 129 ++++++++++++++++++
docs/release-notes/.VisualStudio/17.13.md | 1 +
docs/release-notes/.VisualStudio/17.14.md | 1 +
.../FSharp.VisualStudio.Extension.csproj | 12 +-
.../FSharp.Test.Utilities.fsproj | 2 +-
.../src/FSharp.Editor/FSharp.Editor.fsproj | 2 +-
6 files changed, 139 insertions(+), 8 deletions(-)
create mode 100644 TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx
diff --git a/TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx b/TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx
new file mode 100644
index 00000000000..fb1efbc04c9
--- /dev/null
+++ b/TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [xUnit.net 00:00:00.28] FSharp.Test.UtilitiesTests.Stress attribute should catch intermittent failure [SKIP]
+
+
+
+
\ No newline at end of file
diff --git a/docs/release-notes/.VisualStudio/17.13.md b/docs/release-notes/.VisualStudio/17.13.md
index 3d773a92b2f..6ed464505ed 100644
--- a/docs/release-notes/.VisualStudio/17.13.md
+++ b/docs/release-notes/.VisualStudio/17.13.md
@@ -5,5 +5,6 @@
* Code fix for adding missing `seq`. ([PR #17772](https://github.com/dotnet/fsharp/pull/17772))
### Changed
+* Updated OpenTelemetry package references to version 1.11.2 for improved telemetry capabilities.
### Breaking Changes
diff --git a/docs/release-notes/.VisualStudio/17.14.md b/docs/release-notes/.VisualStudio/17.14.md
index f9b710ea122..62e2bdb97ce 100644
--- a/docs/release-notes/.VisualStudio/17.14.md
+++ b/docs/release-notes/.VisualStudio/17.14.md
@@ -6,5 +6,6 @@
### Changed
* Make indent in generated overridden member code depend on the context, not fix to 4. ([PR #18341](https://github.com/dotnet/fsharp/pull/18341))
+* Updated OpenTelemetry package references to version 1.11.2 for improved telemetry capabilities.
### Breaking Changes
diff --git a/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj b/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj
index 81ac58f186c..862decf5606 100644
--- a/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj
+++ b/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj
@@ -19,12 +19,12 @@
diff --git a/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj b/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj
index f9eed0619ad..484f8acfbb0 100644
--- a/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj
+++ b/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj
@@ -103,7 +103,7 @@
-
+
diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj
index 8ccba61a5af..4618caa295b 100644
--- a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj
+++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj
@@ -196,7 +196,7 @@
-
+
From 7548ba7f374c1d45bc931016c2890d91700fa980 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 15 Sep 2025 09:03:53 +0000
Subject: [PATCH 3/3] Remove test result files from commit and update gitignore
Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
---
.gitignore | 1 +
.../_runnervmf4ws1_2025-09-15_09_00_16.trx | 129 ------------------
2 files changed, 1 insertion(+), 129 deletions(-)
delete mode 100644 TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx
diff --git a/.gitignore b/.gitignore
index 49032888dca..8b96a911955 100644
--- a/.gitignore
+++ b/.gitignore
@@ -146,3 +146,4 @@ tests/**/TestResults/*.trx
# Standard output/error files in root directory
StandardOutput.txt
StandardError.txt
+**/TestResults/
diff --git a/TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx b/TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx
deleted file mode 100644
index fb1efbc04c9..00000000000
--- a/TestResults/_runnervmf4ws1_2025-09-15_09_00_16.trx
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [xUnit.net 00:00:00.28] FSharp.Test.UtilitiesTests.Stress attribute should catch intermittent failure [SKIP]
-
-
-
-
\ No newline at end of file