From 1818539f944d63be625ec213929dd54db53b91e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Mar 2026 00:13:52 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Update=20test=20dependencies:=20NUnit3TestA?= =?UTF-8?q?dapter=203.9=E2=86=924.6,=20BenchmarkDotNet=200.14=E2=86=920.15?= =?UTF-8?q?.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - NUnit3TestAdapter: 3.9.0 → 4.6.0 (fully backward-compatible with NUnit 3.x; brings improved test discovery and .NET 8 support) - BenchmarkDotNet in benchmarks project: 0.14.0 → 0.15.8 (aligns with the version already used in the tests project) All 317 tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../FSharp.Control.AsyncSeq.Benchmarks.fsproj | 2 +- .../FSharp.Control.AsyncSeq.Tests.fsproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/FSharp.Control.AsyncSeq.Benchmarks/FSharp.Control.AsyncSeq.Benchmarks.fsproj b/tests/FSharp.Control.AsyncSeq.Benchmarks/FSharp.Control.AsyncSeq.Benchmarks.fsproj index 4174a06..1cf74bc 100644 --- a/tests/FSharp.Control.AsyncSeq.Benchmarks/FSharp.Control.AsyncSeq.Benchmarks.fsproj +++ b/tests/FSharp.Control.AsyncSeq.Benchmarks/FSharp.Control.AsyncSeq.Benchmarks.fsproj @@ -10,7 +10,7 @@ - + \ No newline at end of file diff --git a/tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj b/tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj index 29b0714..132b2c2 100644 --- a/tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj +++ b/tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj @@ -17,7 +17,7 @@ - + \ No newline at end of file From e2c62cf31ea3555efa7b5dc3128a021ffab09036 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Mar 2026 00:18:35 +0000 Subject: [PATCH 2/2] ci: trigger checks