From b19f376fd07fd2e4b4f616e201f6a0f8b9a8a148 Mon Sep 17 00:00:00 2001 From: krymtkts Date: Mon, 30 Dec 2024 20:28:13 +0900 Subject: [PATCH 1/5] Bump `FsUnit.xUnit` and `xunit`. --- src/pocof.Test/pocof.Test.fsproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocof.Test/pocof.Test.fsproj b/src/pocof.Test/pocof.Test.fsproj index 51602fed..d30919ff 100644 --- a/src/pocof.Test/pocof.Test.fsproj +++ b/src/pocof.Test/pocof.Test.fsproj @@ -22,9 +22,9 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 0b76da4fec33003857a61a1ee954d9873c040f69 Mon Sep 17 00:00:00 2001 From: krymtkts Date: Mon, 30 Dec 2024 20:30:37 +0900 Subject: [PATCH 2/5] Temporarily resolve issue with `FsUnit.XUnit` 7.0.0 by removing `FsUnit.Xunit.exe` from build artifacts. --- src/pocof.Test/pocof.Test.fsproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pocof.Test/pocof.Test.fsproj b/src/pocof.Test/pocof.Test.fsproj index d30919ff..9971d437 100644 --- a/src/pocof.Test/pocof.Test.fsproj +++ b/src/pocof.Test/pocof.Test.fsproj @@ -41,4 +41,14 @@ + + + + + + + + + + From 59b162105474256e8e65df9acbe47bdf69d77944 Mon Sep 17 00:00:00 2001 From: krymtkts Date: Mon, 30 Dec 2024 20:32:28 +0900 Subject: [PATCH 3/5] Remove unnecessary entrypoint file from test project. --- src/pocof.Test/Program.fs | 4 ---- src/pocof.Test/pocof.Test.fsproj | 1 - 2 files changed, 5 deletions(-) delete mode 100644 src/pocof.Test/Program.fs diff --git a/src/pocof.Test/Program.fs b/src/pocof.Test/Program.fs deleted file mode 100644 index 9ee7eaf7..00000000 --- a/src/pocof.Test/Program.fs +++ /dev/null @@ -1,4 +0,0 @@ -module Program - -[] -let main _ = 0 diff --git a/src/pocof.Test/pocof.Test.fsproj b/src/pocof.Test/pocof.Test.fsproj index 9971d437..3cf46080 100644 --- a/src/pocof.Test/pocof.Test.fsproj +++ b/src/pocof.Test/pocof.Test.fsproj @@ -17,7 +17,6 @@ - From 2ce1a2781cef5a0432254d63934535a880820e80 Mon Sep 17 00:00:00 2001 From: krymtkts Date: Mon, 30 Dec 2024 20:59:42 +0900 Subject: [PATCH 4/5] Resolve vulnerabilities in `FsCheck.Xunit` dependencies. --- src/pocof.Test/pocof.Test.fsproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pocof.Test/pocof.Test.fsproj b/src/pocof.Test/pocof.Test.fsproj index 3cf46080..47c11865 100644 --- a/src/pocof.Test/pocof.Test.fsproj +++ b/src/pocof.Test/pocof.Test.fsproj @@ -34,6 +34,9 @@ + + + From 72afdcd166bbd03a3881cc7109f036a1b756f2c0 Mon Sep 17 00:00:00 2001 From: krymtkts Date: Tue, 31 Dec 2024 10:24:24 +0900 Subject: [PATCH 5/5] Bump `FsUnit.xUnit` to version 7.0.1 and remove temporary workaround for `FsUnit.XUnit` 7.0.0 issue. --- src/pocof.Test/pocof.Test.fsproj | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/pocof.Test/pocof.Test.fsproj b/src/pocof.Test/pocof.Test.fsproj index 47c11865..0234e44d 100644 --- a/src/pocof.Test/pocof.Test.fsproj +++ b/src/pocof.Test/pocof.Test.fsproj @@ -21,7 +21,7 @@ - + @@ -43,14 +43,4 @@ - - - - - - - - - -