From 7d1d603597b84f40fe032294a55cc0e41a086dd1 Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Sun, 24 Dec 2023 15:42:46 +0100 Subject: [PATCH] Turn on `TreatWarningsAsErrors` for all warnings across the board --- Directory.Build.props | 4 ---- .../FSharp.Control.TaskSeq.SmokeTests.fsproj | 1 + .../FSharp.Control.TaskSeq.Test.fsproj | 3 ++- src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj | 3 +++ 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f1bc8a07..dd5c7f4c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,3 @@ - - - FS3511 - \ No newline at end of file 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 ce465298..5442f1b6 100644 --- a/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj +++ b/src/FSharp.Control.TaskSeq.SmokeTests/FSharp.Control.TaskSeq.SmokeTests.fsproj @@ -2,6 +2,7 @@ net6.0 + True diff --git a/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj b/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj index ffe3bbec..ceb5ab14 100644 --- a/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj +++ b/src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj @@ -1,7 +1,8 @@ - + net6.0 + True diff --git a/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj b/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj index 78f26089..426feacf 100644 --- a/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj +++ b/src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj @@ -2,6 +2,7 @@ netstandard2.1 + True true True Computation expression 'taskSeq' for processing IAsyncEnumerable sequences and module functions @@ -13,6 +14,8 @@ The 'taskSeq' computation expression adds support for awaitable asynchronous seq Generates optimized IL code through resumable state machines, and comes with a comprehensive set of functions in module 'TaskSeq'. See README for documentation and more info. Copyright 2023 + + https://github.com/fsprojects/FSharp.Control.TaskSeq https://github.com/fsprojects/FSharp.Control.TaskSeq taskseq-icon.png