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 @@ + + + + + + + + + + Passing, iteration 3 passed + + + + + Passing, iteration 2 passed + + + + + + Explicit, unskip to run + + + + + + Passing, iteration 5 passed + + + + + Passing, iteration 1 passed + + + + + Hello, world! 9Hello, world! 3Hello, world! 4Hello, world! 2Hello, world! 0Hello, world! 7Hello, world! 6Hello, world! 8Hello, world! 1Hello, world! 5 + +=========== Standard Error =========== + +Some error 3Some error 9Some error 0Some error 4Some error 6Some error 5Some error 7Some error 2Some error 8Some error 1 + + + + + Passing, iteration 4 passed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0-rc.1.25411.109) +Installing TestConsole redirection +--------------------------------------------------------------- +Executables +CSC = /home/runner/.nuget/packages/microsoft.net.compilers/4.3.0-1.22220.8/tools/csc.exe +BUILD_CONFIG = Release +csc_flags = /nologo +FSC = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/fsc/Release/net10.0/fsc.dll +fsc_flags = -r:System.Core.dll --nowarn:20 --define:COMPILED --preferreduilang:en-US +FSCOREDLLPATH = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/FSharp.Core/Release/netstandard2.0/FSharp.Core.dll +FSI = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/fsi/Release/net10.0/fsi.dll +DotNetExe = dotnet +DOTNET_MULTILEVEL_LOOKUP = 0 +DOTNET_ROOT = /usr/share/dotnet +FSI_FOR_SCRIPTS = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/fsi/Release/net10.0/fsi.dll +fsi_flags = -r:System.Core.dll --nowarn:20 --define:INTERACTIVE --maxerrors:1 --abortonerror --preferreduilang:en-US +ILDASM = /home/runner/.nuget/packages/runtime.linux-x64.microsoft.netcore.ildasm/5.0.0-preview.7.20364.11/runtimes/linux-x64/native/ildasm +PEVERIFY = ilverify +--------------------------------------------------------------- +[xUnit.net 00:00:00.14] Discovering: FSharp.Test.Utilities +[xUnit.net 00:00:00.21] Discovered: FSharp.Test.Utilities +[xUnit.net 00:00:00.22] Starting: FSharp.Test.Utilities +[xUnit.net 00:00:00.28] Explicit, unskip to run +[xUnit.net 00:00:00.38] Finished: FSharp.Test.Utilities +Test 'FSharp.Test.UtilitiesTests.Stress attribute should catch intermittent failure' was skipped in the test run. + + + + + [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 @@ - - - - - - - - - - Passing, iteration 3 passed - - - - - Passing, iteration 2 passed - - - - - - Explicit, unskip to run - - - - - - Passing, iteration 5 passed - - - - - Passing, iteration 1 passed - - - - - Hello, world! 9Hello, world! 3Hello, world! 4Hello, world! 2Hello, world! 0Hello, world! 7Hello, world! 6Hello, world! 8Hello, world! 1Hello, world! 5 - -=========== Standard Error =========== - -Some error 3Some error 9Some error 0Some error 4Some error 6Some error 5Some error 7Some error 2Some error 8Some error 1 - - - - - Passing, iteration 4 passed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0-rc.1.25411.109) -Installing TestConsole redirection ---------------------------------------------------------------- -Executables -CSC = /home/runner/.nuget/packages/microsoft.net.compilers/4.3.0-1.22220.8/tools/csc.exe -BUILD_CONFIG = Release -csc_flags = /nologo -FSC = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/fsc/Release/net10.0/fsc.dll -fsc_flags = -r:System.Core.dll --nowarn:20 --define:COMPILED --preferreduilang:en-US -FSCOREDLLPATH = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/FSharp.Core/Release/netstandard2.0/FSharp.Core.dll -FSI = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/fsi/Release/net10.0/fsi.dll -DotNetExe = dotnet -DOTNET_MULTILEVEL_LOOKUP = 0 -DOTNET_ROOT = /usr/share/dotnet -FSI_FOR_SCRIPTS = /home/runner/work/fsharp/fsharp/tests/FSharp.Test.Utilities/../../artifacts/bin/fsi/Release/net10.0/fsi.dll -fsi_flags = -r:System.Core.dll --nowarn:20 --define:INTERACTIVE --maxerrors:1 --abortonerror --preferreduilang:en-US -ILDASM = /home/runner/.nuget/packages/runtime.linux-x64.microsoft.netcore.ildasm/5.0.0-preview.7.20364.11/runtimes/linux-x64/native/ildasm -PEVERIFY = ilverify ---------------------------------------------------------------- -[xUnit.net 00:00:00.14] Discovering: FSharp.Test.Utilities -[xUnit.net 00:00:00.21] Discovered: FSharp.Test.Utilities -[xUnit.net 00:00:00.22] Starting: FSharp.Test.Utilities -[xUnit.net 00:00:00.28] Explicit, unskip to run -[xUnit.net 00:00:00.38] Finished: FSharp.Test.Utilities -Test 'FSharp.Test.UtilitiesTests.Stress attribute should catch intermittent failure' was skipped in the test run. - - - - - [xUnit.net 00:00:00.28] FSharp.Test.UtilitiesTests.Stress attribute should catch intermittent failure [SKIP] - - - - \ No newline at end of file