From 564a89f49e26c53217c2a736c9a5b3cd6575c356 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 01:24:07 +0000
Subject: [PATCH 1/2] eng: update SmokeTests dependencies to latest stable
versions
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- FSharp.Control.TaskSeq: 0.4.0 → 1.1.1 (latest published)
- FsToolkit.ErrorHandling.TaskResult: 4.15.1 → 4.18.0
The SmokeTests reference the published NuGet package to verify API
compatibility. Keeping the reference at 0.4.0 while the library is at
1.1.1 means the smoke tests were only verifying a very old API surface.
Updating to 1.1.1 ensures the smoke tests cover the current published API.
All 11 smoke tests pass with both updates.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../FSharp.Control.TaskSeq.SmokeTests.fsproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj
index ae74e20..1cd0044 100644
--- a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj
+++ b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj
@@ -19,8 +19,8 @@
highest version available.
This ensures that, if we have a forwards compat issue, we will get an error.
-->
-
-
+
+
From 7f040aa82d3ef3c8d609bc19a68a3cb88df175fe Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Thu, 23 Apr 2026 01:24:09 +0000
Subject: [PATCH 2/2] ci: trigger checks